summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-09 12:58:45 -0500
committerCase Duckworth2021-04-09 12:58:45 -0500
commit65f7907ea527ee0f747096da85e782dc90654dc3 (patch)
tree7470237efb3f7586df85e0bd765bed533ab17562 /init.el
parentLoad clisp for slime (diff)
parentAdd `slime' (diff)
downloademacs-65f7907ea527ee0f747096da85e782dc90654dc3.tar.gz
emacs-65f7907ea527ee0f747096da85e782dc90654dc3.zip
Merge branch 'main' of https://tildegit.org/acdw/emacs
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el index 1eae7e0..a7c8128 100644 --- a/init.el +++ b/init.el
@@ -751,7 +751,6 @@ if ripgrep is installed, otherwise `consult-grep'."
751 (autoload 'fennel-repl "fennel-mode" nil t) 751 (autoload 'fennel-repl "fennel-mode" nil t)
752 (:option (append auto-mode-alist) '("\\.fnl\\'" . fennel-mode)))) 752 (:option (append auto-mode-alist) '("\\.fnl\\'" . fennel-mode))))
753 753
754
755(setup (:straight lua-mode) 754(setup (:straight lua-mode)
756 (:option (append auto-mode-alist) '("\\.lua\\'" . lua-mode))) 755 (:option (append auto-mode-alist) '("\\.lua\\'" . lua-mode)))
757 756