summaryrefslogtreecommitdiff
path: root/lisp/lisp.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-07-07 08:16:21 -0400
committermattkae <mattkae@protonmail.com>2023-07-07 08:16:21 -0400
commit5cca3cbe1a8aac39f91e2da9689c34d87b86edda (patch)
tree3d000440e4cc6813c8f46356f9e441d27775faf5 /lisp/lisp.el
parent340e74ed5dadd6118b119d8e70df4f0e219343a9 (diff)
Using a light theme with some other minor improvements to web specifically
Diffstat (limited to 'lisp/lisp.el')
-rw-r--r--lisp/lisp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/lisp.el b/lisp/lisp.el
index 38c8ebe..3e4f099 100644
--- a/lisp/lisp.el
+++ b/lisp/lisp.el
@@ -4,7 +4,7 @@
;;(add-hook 'emacs-lisp-mode-hook 'eglot-ensure)
(defun setup-lisp()
"Set up the Lisp auto complete."
- (company-mode t)
+ ;(company-mode t)
)