diff options
author | Thanos Apollo <[email protected]> | 2022-12-01 22:35:42 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-12-01 22:35:42 +0200 |
commit | ab06d9a449360f512f13f88e80f9b81deb6eb275 (patch) | |
tree | 21ef016cb45c66427772d047cd115f64d71bb5d8 /.emacs.d/lisp/functions.el | |
parent | c5f1cdabd318d3ba34fb9af4db5262a495321690 (diff) |
Remove use-package
Diffstat (limited to '.emacs.d/lisp/functions.el')
-rw-r--r-- | .emacs.d/lisp/functions.el | 2 |
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." |