I don't use these /that/ often

This commit is contained in:
Kashish Sharma 2015-03-26 04:02:03 +05:30
parent 905b1a8af3
commit edec80c453
1 changed files with 5 additions and 3 deletions

View File

@ -159,9 +159,11 @@
;;;; make-frame key is after Helm's config
(global-set-key (kbd "C-x O") 'org-mode)
;(setq compilation-read-command nil)
(global-set-key (kbd "M-c") 'compile)
(global-set-key (kbd "<f2>") 'run-scheme)
(global-set-key (kbd "<f3>") 'run-lisp)
(global-set-key (kbd "M-<f2>") 'compile)
(global-set-key (kbd "M-<f3>") 'run-scheme)
(global-set-key (kbd "M-<f4>") 'run-lisp)
(global-set-key (kbd "<f5>") 'eval-buffer)
(global-set-key (kbd "M-<f5>") 'ielm)
;;;; Just hit y or n to answer yes or no prompts! Shiny!
(defalias 'yes-or-no-p 'y-or-n-p)