Right option is regular option on Mac

This commit is contained in:
2024-07-19 00:04:34 -07:00
parent 0ffb985fb0
commit 2e3efe534b

View File

@@ -80,21 +80,11 @@
(which-key-mode)
(which-key-setup-side-window-bottom))
;; Dired
;; (use-package dired
;; :bind (:map dired-mode-map
;; ("h" . dired-up-directory)
;; ("l" . dired-find-file)))
;; Use right-option as regular option on Mac
(setq ns-alternate-modifier 'meta)
(setq ns-right-alternate-modifier 'none)
(setq ns-right-command-modifier 'meta)
;; TODO Use right-option as regular option on Mac
;; (setq ns-alternate-modifier 'meta)
;; (setq ns-right-alternate-modifier 'none)
;; (use-package dumb-jump
;; :ensure t
;; :config
;; (add-hook 'xref-backend-functions #'dumb-jump-xref-activate)
;; (setq xref-show-definitions-function #'xref-show-definitions-completing-read))
(use-package direnv
:ensure t