]> git.armaanb.net Git - config.org.git/commitdiff
Remove excess tempos
authorArmaan Bhojwani <me@armaanb.net>
Sat, 19 Jun 2021 00:22:00 +0000 (20:22 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sat, 19 Jun 2021 00:22:00 +0000 (20:22 -0400)
config.org

index c5e86c09b58901f36998e679f1a0dc04119207ca..a6c0ce99e002fb3482726d91746b5397a134d76a 100644 (file)
@@ -276,17 +276,12 @@ Define templates for lots of common structure elements. Mostly just used within
     :straight (:type built-in)
     :config
     (dolist (addition '(
-                        ("ag" . "src conf :tangle ~/.gnupg/gpg-agent.conf")
                         ("ash" . "src shell :tangle ~/.config/ash/ashrc")
                         ("el" . "src emacs-lisp")
                         ("git" . "src conf :tangle ~/.gitconfig")
-                        ("gp" . "src conf :tangle ~/.gnupg/gpg.conf")
                         ("mb" . "src conf :tangle ~/.mbsyncrc")
-                        ("pi" . "src conf :tangle ~/.config/picom/picom.conf")
                         ("sp" . "src conf :tangle ~/.spectrwm.conf")
                         ("tm" . "src conf :tangle ~/.tmux.conf")
-                        ("xm" . "src conf :tangle ~/.config/xmodmap")
-                        ("xr" . "src conf :tangle ~/.Xresources")
                         ("za" . "src conf :tangle ~/.config/zathura/zathurarc")
                         ))
       (add-to-list 'org-structure-template-alist addition)))