Skip to content

Commit

Permalink
add system keys that I lost when changing emacs distros
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Dec 19, 2018
1 parent 402fa23 commit f37b779
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/emacs/basics.el
Expand Up @@ -128,4 +128,9 @@
;; bisect this configuration to find bugs
(use-package bug-hunter)

;; system keys... I don't use a lot of them, but I do want a few!
(general-define-key
"M-s" 'save-buffer
"M-v" 'yank)

;;; basics.el ends here

0 comments on commit f37b779

Please sign in to comment.