diff options
Diffstat (limited to '.emacs.d')
-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." |