emacs tweaks
This commit is contained in:
parent
1d60411a10
commit
658d571562
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
@ -18,6 +18,7 @@
|
||||||
;; Default frame configuration: full screen, good-looking title bar on macOS
|
;; Default frame configuration: full screen, good-looking title bar on macOS
|
||||||
(setq frame-resize-pixelwise t)
|
(setq frame-resize-pixelwise t)
|
||||||
(tool-bar-mode -1) ; All these tools are in the menu-bar anyway
|
(tool-bar-mode -1) ; All these tools are in the menu-bar anyway
|
||||||
|
(menu-bar-mode -1) ; All these tools are in the M-x anyway
|
||||||
(setq default-frame-alist '((fullscreen . maximized)
|
(setq default-frame-alist '((fullscreen . maximized)
|
||||||
|
|
||||||
;; You can turn off scroll bars by uncommenting these lines:
|
;; You can turn off scroll bars by uncommenting these lines:
|
||||||
|
@ -1010,3 +1011,7 @@ If the new path's directories does not exist, create them."
|
||||||
erc-kill-buffer-on-part t
|
erc-kill-buffer-on-part t
|
||||||
erc-kill-server-buffer-on-quit t
|
erc-kill-server-buffer-on-quit t
|
||||||
erc-hide-list '("JOIN" "PART" "QUIT"))
|
erc-hide-list '("JOIN" "PART" "QUIT"))
|
||||||
|
|
||||||
|
; critical functionality
|
||||||
|
(require 'zone)
|
||||||
|
(setq zone-timer (run-with-idle-timer 120 t 'zone))
|
||||||
|
|
Loading…
Reference in a new issue