diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-22 13:45:10 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-22 13:45:10 -0600 |
commit | 6b57338830ccbc225df258138341f5038392d301 (patch) | |
tree | 239093cdcf0072c7ec8615e44a702f94bfa052e8 /common/.config/emacs/init.el.org | |
parent | b67b0a8e9f2b628a4adeea8a38e65b89c3957f92 (diff) |
system changes
Diffstat (limited to 'common/.config/emacs/init.el.org')
-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 |