From 1c4c0dfa566b77999e39ea1b294512a1d491ef71 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 21 Dec 2022 21:41:57 +0100 Subject: Modify Emacs settings --- emacs.el | 3 +++ home-configuration.scm | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index afe297e..697ff3e 100644 --- a/emacs.el +++ b/emacs.el @@ -37,6 +37,9 @@ (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode)) (setq-default nov-variable-pitch nil) +;; Disable Toolbar +(tool-bar-mode -1) + ;; GNUS Configuration (setq-default gnus-auto-select-first nil gnus-select-method '(nnnil "") diff --git a/home-configuration.scm b/home-configuration.scm index 52b8b2c..cc29a52 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -114,8 +114,7 @@ ("LIBGL_ALWAYS_SOFTWARE" . "1") ("NVM_DIR" . "$HOME/src/nvm") ("GUILE_AUTO_COMPILE" . "0"))) - (aliases `(("emacs" . "emacs -nw") - ("grep" . "grep --color=auto ") + (aliases `(("grep" . "grep --color=auto ") ("ll" . "ls -l ") ("ls" . "ls -p --color=auto ") ("pull-guix" . ,pull-guix) -- cgit v1.2.3