about summary refs log tree commit diff
path: root/users/tazjin/emacs/config
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/emacs/config')
-rw-r--r--users/tazjin/emacs/config/bindings.el1
-rw-r--r--users/tazjin/emacs/config/init.el1
-rw-r--r--users/tazjin/emacs/config/settings.el3
3 files changed, 0 insertions, 5 deletions
diff --git a/users/tazjin/emacs/config/bindings.el b/users/tazjin/emacs/config/bindings.el
index 4e1f341e32c2..a2799e8b9d29 100644
--- a/users/tazjin/emacs/config/bindings.el
+++ b/users/tazjin/emacs/config/bindings.el
@@ -15,7 +15,6 @@
 ;; Start eshell or switch to it if it's active.
 (global-set-key (kbd "C-x m") 'eshell)
 
-;; Start a new eshell even if one is active.
 (global-set-key (kbd "C-x C-p") 'ivy-browse-repositories)
 (global-set-key (kbd "M-g M-g") 'goto-line-with-feedback)
 
diff --git a/users/tazjin/emacs/config/init.el b/users/tazjin/emacs/config/init.el
index bd889f54661f..258f7ead435e 100644
--- a/users/tazjin/emacs/config/init.el
+++ b/users/tazjin/emacs/config/init.el
@@ -195,7 +195,6 @@
                           (local-set-key ">" 'self-insert-command)))))
 
 (use-package f)
-(use-package geiser)
 
 (use-package go-mode
   :bind (:map go-mode-map ("C-c C-r" . recompile))
diff --git a/users/tazjin/emacs/config/settings.el b/users/tazjin/emacs/config/settings.el
index b895d5e4061e..8b15b6cda183 100644
--- a/users/tazjin/emacs/config/settings.el
+++ b/users/tazjin/emacs/config/settings.el
@@ -1,8 +1,5 @@
 (require 'uniquify)
 
-;; Move files to trash when deleting
-(setq delete-by-moving-to-trash t)
-
 ;; We don't live in the 80s, but we're also not a shitty web app.
 (setq gc-cons-threshold 20000000)