summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.el b/init.el
index 439a1f6..5cc267b 100644
--- a/init.el
+++ b/init.el
@@ -92,10 +92,6 @@
(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode))
(add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
-;; fullscreen mode with F11
-(fullscreen-mode 1)
-(global-set-key (kbd "<f11>") 'fullscreen-mode-fullscreen-toggle)
-
(setq scss-compile-at-save nil)
;; (setq whitespace-global-modes '(not erc-mode))