Simon Watson преди 1 година
родител
ревизия
3d9c2cbf85
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      emacs/.emacs-all

+ 2 - 2
emacs/.emacs-all

@@ -233,7 +233,7 @@
 (require 'markdown-mode)
 
 (require 'neotree)
-(global-set-key [f8] 'neotree-toggle)
+(global-set-key (kbd "C-c n") 'neotree-toggle)
 
 (require 'all-the-icons)
 
@@ -391,7 +391,7 @@
       ;; Easily set cua mode on/off so that I don't have to
       ;; use shift+insert for paste on mac
       (global-set-key (kbd "C-c c") 'cua-mode)
-      (global-set-key (kbd "C-c n") 'toggle-frame-fullscreen)
+      ;; (global-set-key (kbd "C-c n") 'toggle-frame-fullscreen)
       ;; Graphic Display
       (if (display-graphic-p)
 	  (progn