Replace toggle-presentation with cycle-font

This commit is contained in:
Henrik Lissner 2015-01-20 03:17:50 -05:00
parent 8cff2e5580
commit 1181d4ba72
4 changed files with 31 additions and 28 deletions

View file

@ -7,8 +7,6 @@
;; Don't open files from the workspace in a new frame
(setq ns-pop-up-frames nil)
(setq ns-antialias-text nil)
;; fix emacs PATH on OSX (GUI only)
(use-package exec-path-from-shell
:if (memq window-system '(mac ns))