diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-20 20:25:56 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-24 12:48:31 -0800 |
| commit | e517e2e2dbe8bd17372cc2e8249d6d4f7c06509f (patch) | |
| tree | 7593e2df0df31e37f90b6232795e30b1f3b33d06 | |
| parent | bab271f5ae060734de7e95107baf5191e46fc90d (diff) | |
dust and remove auto make parallel
| -rw-r--r-- | config/bash_aliases | 1 | ||||
| -rw-r--r-- | config/emacs/init.el | 10 | ||||
| -rw-r--r-- | config/xinitrc | 1 |
3 files changed, 6 insertions, 6 deletions
diff --git a/config/bash_aliases b/config/bash_aliases index e6d95a0..3415bb6 100644 --- a/config/bash_aliases +++ b/config/bash_aliases @@ -1,7 +1,6 @@ #aliases for bash alias cb="xclip -selection clipboard" alias bctl="bluetoothctl" -alias make="make -j4" alias less="less -i" alias e="emacs" diff --git a/config/emacs/init.el b/config/emacs/init.el index addc3d7..bd89eda 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -1152,11 +1152,11 @@ With ARG, don't save the current layout." '(menu-bar-mode nil) '(package-selected-packages '(avy balanced-windows bash-completion benchmark-init cape - clang-format corfu diff-hl diff-hl-mode eat embark esh-help - flycheck fold-this free-keys haskell-mode hl-todo ibuffer-vc - marginalia merlin minions ocp-indent opam-switch-mode - orderless pass pinentry pyvenv racket-mode rust-mode sdcv - tempel-collection tuareg vertico visible-mark winum)) + clang-format corfu eat embark esh-help flycheck fold-this + free-keys haskell-mode hl-todo ibuffer-vc marginalia merlin + minions ocp-indent opam-switch-mode orderless pass pinentry + pyvenv racket-mode rust-mode ryo-modal sdcv tempel-collection + tuareg vertico visible-mark winum)) '(pyim-assistant-scheme 'cangjie) '(safe-local-variable-values '((LEXICAL-binding . t))) '(scroll-bar-mode nil) diff --git a/config/xinitrc b/config/xinitrc index e6169eb..cbcc0e8 100644 --- a/config/xinitrc +++ b/config/xinitrc @@ -15,6 +15,7 @@ else fi ~/.fehbg & slstatus & +dunst & unclutter --timeout 3 --hide-on-key-press & WM=${2:-dwm} |
