summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:12 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:12 +0100
commitb9e2a13d791e933db33c934cb48854b5539fd0a0 (patch)
tree5966fe24f90527f4c99c8a66424eebca547118ec
parentc19372a625440d26c69a93fa4f716abd52312f0e (diff)
Modify Emacs settings
-rw-r--r--emacs.el3
-rw-r--r--home-configuration.scm3
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)