Explorar o código

Syntax is highlighted correctly when opened without symlink

Josh Bicking %!s(int64=8) %!d(string=hai) anos
pai
achega
bbf46b7d1a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      emacs

+ 3 - 0
emacs

@@ -20,6 +20,9 @@
 (savehist-mode 1)
 (setq savehist-additional-variables '(kill-ring search-ring regexp-search-ring))
 
+;; Auto-enable elisp when opening .emacs in dotfiles (without the .)
+(add-to-list 'auto-mode-alist '("emacs" . emacs-lisp-mode))
+
 ;;;; Packages
 
 ;; Package installation