diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-12-21 21:41:57 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-12-21 21:41:57 +0100 |
commit | f1a5fa8547dc19ee8040df6dd92e6e980f6622af (patch) | |
tree | 8ec31fc7d82160dfaa10344507dc5f250f8b4cd9 | |
parent | 6230355e123ab10cd846b4f1f4b63e57285c0c79 (diff) |
Modify Emacs settings
-rw-r--r-- | emacs.el | 3 | ||||
-rw-r--r-- | home-configuration.scm | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -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) |