From 658d57156216b725da73eb443df87b29dba71c29 Mon Sep 17 00:00:00 2001 From: mehbark Date: Fri, 8 Dec 2023 00:07:14 -0500 Subject: [PATCH] emacs tweaks --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 30ac3cf..1b5db09 100644 --- a/init.el +++ b/init.el @@ -18,6 +18,7 @@ ;; Default frame configuration: full screen, good-looking title bar on macOS (setq frame-resize-pixelwise t) (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) ;; 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-server-buffer-on-quit t erc-hide-list '("JOIN" "PART" "QUIT")) + +; critical functionality +(require 'zone) +(setq zone-timer (run-with-idle-timer 120 t 'zone))