From f1d90e53101302533061f44163968ef8fd67b4a3 Mon Sep 17 00:00:00 2001 From: Nate Cox Date: Mon, 18 May 2026 10:47:18 -0700 Subject: Update noctalia, emacs --- .emacs.d/.#init.el | 1 - .emacs.d/init.el | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 120000 .emacs.d/.#init.el (limited to '.emacs.d') 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 -- cgit v1.3.1