Created
October 15, 2017 06:44
-
-
Save dustinlacewell-wk/043fcdf98a6143c8ee3fe9ab39777851 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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