Explorar el Código

Syntax is highlighted correctly when opened without symlink

Josh Bicking hace 8 años
padre
commit
bbf46b7d1a
Se han modificado 1 ficheros con 3 adiciones y 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