summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/functions.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2022-12-01 22:35:42 +0200
committerThanos Apollo <[email protected]>2022-12-01 22:35:42 +0200
commitab06d9a449360f512f13f88e80f9b81deb6eb275 (patch)
tree21ef016cb45c66427772d047cd115f64d71bb5d8 /.emacs.d/lisp/functions.el
parentc5f1cdabd318d3ba34fb9af4db5262a495321690 (diff)
Remove use-package
Diffstat (limited to '.emacs.d/lisp/functions.el')
-rw-r--r--.emacs.d/lisp/functions.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/functions.el b/.emacs.d/lisp/functions.el
index 6823f28..4364bac 100644
--- a/.emacs.d/lisp/functions.el
+++ b/.emacs.d/lisp/functions.el
@@ -39,7 +39,7 @@
(setq visual-fill-column-width 2000
visual-fill-column-center-text nil)
(visual-fill-column-mode 1))
-(require 'use-package)
+
(defun apollo/rofi-switch-window ()
"Launch rofi. Cant get it to work with exwm as of now tho."