diff options
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 900681f..c229bc7 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -22,13 +22,6 @@ (setopt warning-minimum-level :error) -;;;; startup some programs -(start-process-shell-command "picom" nil "picom") -(start-process-shell-command "bg" nil "set-bg") -(start-process-shell-command "xrate" nil "xset r rate 250 70") -(start-process-shell-command "status" nil "time-getter") - - ;;;; configure packages ;; external package manager (setopt package-archives nil |