diff options
author | noa | 2025-02-16 21:33:24 +0800 |
---|---|---|
committer | noa | 2025-02-16 21:33:24 +0800 |
commit | b50940629200167f09d7e9bbc105943ee767bf3b (patch) | |
tree | fbf3d46be8dd7b201a1c0d646a0d7102b63ac4b7 | |
parent | a6be531da7187bb97100c0f1c123ecc7979ac66e (diff) |
Lisp style parens for use-package use-package
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el index 07c8b4b..012645a 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -14,8 +14,7 @@ (use-package use-package :custom (use-package-compute-statistics t) - (use-package-enable-imenu-support t) - ) + (use-package-enable-imenu-support t)) ;; Give me stats on garbage collection and startup time (add-hook 'emacs-startup-hook |