Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dustinlacewell-wk/043fcdf98a6143c8ee3fe9ab39777851 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/043fcdf98a6143c8ee3fe9ab39777851 to your computer and use it in GitHub Desktop.
(setq mac-option-key-is-meta t
mac-command-key-is-meta nil
mac-option-modifier 'meta)
(package-initialize)
(require 'req-package)
(req-package--log-set-level 'trace)
(req-package helm
:bind (
("C-c y" . helm-show-kill-ring)
("C-x C-r" . helm-recentf))
:config (require 'helm-config))
(req-package-finish)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment