summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 0fe8ac8..d446b10 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -7,9 +7,6 @@
(load (expand-file-name "$HOME/.config/emacs/bd-default.el"))
-(defun clamp (lower-bound upper-bound value)
- (max lower-bound (min value upper-bound)))
-
(load (expand-file-name "$HOME/.config/emacs/bd-org.el"))
(load (expand-file-name "$HOME/.config/emacs/bd-emms.el"))
(load (expand-file-name "$HOME/.config/emacs/bd-development.el"))
@@ -21,18 +18,12 @@
erc-autojoin-channels-alist '(("irc.libera.chat" "#parabola" "#emacs" "#guix")))
(defalias 'erc 'erc-tls)
-;; dired
-(setopt dired-listing-switches "-alh")
-
(use-package vertico
:init
(vertico-mode)
:custom
(vertico-cycle t))
-;; dired
-(global-set-key (kbd "C-z d") 'dired-jump)
-
(load (expand-file-name "$HOME/.config/emacs/bd-wm.el"))
(load (expand-file-name "$HOME/.config/emacs/bd-mode-and-themes.el"))