diff options
-rw-r--r-- | common/.config/emacs/init.el.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index fd9120e..e2013e1 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -435,8 +435,8 @@ Run the early setup right away. =jj/setup-c= configures Emacs to work with C source code the way I like. Notably, I disable =c-mode= in =lex= and =yacc= files. #+begin_src emacs-lisp - (defun jj/setup-c () - "configure C source" + ;;(defun jj/setup-c () + ;; "configure C source" ;;(dolist (extension '("\\.l$" "\\.y$")) ;; (add-to-list 'auto-mode-alist '(extension . prog-mode)))) #+end_src |