summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-07-19 11:13:56 +0200
committerrekado <rekado@elephly.net>2015-07-19 11:13:56 +0200
commit48bf14bf4cbf4becce81ef90b81d840db514bb87 (patch)
tree3f68339df417632b00a3088166b31aa725c5f9b2 /init.el
parente581fd8a1be1ba21de6946ad94a35497388b1539 (diff)
fullscreen-mode: remove.
M-x toggle-frame-fullscreen should be enough.
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))