diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-01-11 22:01:43 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-01-11 22:01:43 -0500 |
commit | 0441d9cbfa725fac11102e57b99f7a0cb8461516 (patch) | |
tree | 2de4515ff4462fb2ab602145c5918c1528ab222d | |
parent | vim set ft zshrc to zsh (diff) |
~/.emacs is emacs-lisp
Diffstat (limited to '')
-rw-r--r-- | dot_emacs.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index bca1d2c..ca973a7 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -1,3 +1,4 @@ +;; -*- emacs-lisp -*- ;; (setq debug-on-error t) (require 'package) |