From 6b57338830ccbc225df258138341f5038392d301 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 22 Dec 2024 13:45:10 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/.config/emacs/init.el.org') 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 -- cgit v1.2.3