misc updates

This commit is contained in:
Matt Nish-Lapidus 2025-04-30 12:57:54 -04:00
parent 4f9c113ae6
commit d9eccc80e9
6 changed files with 37 additions and 13 deletions

View file

@ -393,6 +393,9 @@
(map! :leader (:desc "localleader" "m" #'my/call-localleader))
(map! :map rectangle-mark-mode-map
"N" #'rectangle-number-lines)
;; left option is meta, right option is option
(setq ns-alternate-modifier 'meta)
(setq ns-right-alternate-modifier 'none)