summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorNate Cox <nate@natecox.dev>2026-05-18 10:47:18 -0700
committerNate Cox <nate@natecox.dev>2026-05-18 10:47:18 -0700
commitf1d90e53101302533061f44163968ef8fd67b4a3 (patch)
treeda1ae90039053f767d78ac80d50fd1872d11d7c2 /.emacs.d
parent93ad0cbb9cd63197eb1051c5cb6cb360b1b4e1fb (diff)
downloaddotfiles-f1d90e53101302533061f44163968ef8fd67b4a3.tar.bz2
dotfiles-f1d90e53101302533061f44163968ef8fd67b4a3.zip
Update noctalia, emacs
Diffstat (limited to '.emacs.d')
l---------.emacs.d/.#init.el1
-rw-r--r--.emacs.d/init.el3
2 files changed, 1 insertions, 3 deletions
diff --git a/.emacs.d/.#init.el b/.emacs.d/.#init.el
deleted file mode 120000
index 518dd98..0000000
--- a/.emacs.d/.#init.el
+++ /dev/null
@@ -1 +0,0 @@
-natecox@framework.121557:1778527978 \ No newline at end of file
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 7dbcae0..dc23369 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -53,8 +53,7 @@
(use-package paredit
:ensure t
- :mode (("\\.asm" . paredit-mode)
- ("\\.el" . paredit-mode)))
+ :hook (emacs-lisp-mode asm-mode))
(use-package web-mode
:ensure t