system changes

This commit is contained in:
Jacob Janzen 2024-12-22 13:44:31 -06:00
parent bb32c6656e
commit b67b0a8e9f

View file

@ -437,8 +437,8 @@ Run the early setup right away.
#+begin_src emacs-lisp
(defun jj/setup-c ()
"configure C source"
(dolist (extension '("\\.l$" "\\.y$"))
(add-to-list 'auto-mode-alist '(extension . prog-mode))))
;;(dolist (extension '("\\.l$" "\\.y$"))
;; (add-to-list 'auto-mode-alist '(extension . prog-mode))))
#+end_src
=jj/setup-go= installs =go-mode= and tools for =go= source code. Namely, =go-eldoc= gets documentation for =go= variables, functions, and arguments, =go-gen-tests= automatically generates tests for =go= code, and =go-guru= helps with refactoring =go= code.