]> git.armaanb.net Git - config.org.git/blobdiff - config.org
Install ccache
[config.org.git] / config.org
index a6c0ce99e002fb3482726d91746b5397a134d76a..a2e16d1476918f9cfd81121f4ef9a94eae147c35 100644 (file)
@@ -658,9 +658,9 @@ A very good Git interface.
 *** Email
 #+begin_src emacs-lisp
   (use-package piem)
-  (use-package git-email
-    :straight (git-email :repo "https://git.sr.ht/~yoctocell/git-email")
-    :config (git-email-piem-mode))
+  ;; (use-package git-email
+  ;;   :straight (git-email :repo "https://git.sr.ht/~yoctocell/git-email")
+  ;;   :config (git-email-piem-mode))
 #+end_src
 ** C
 Modified from https://eklitzke.org/smarter-emacs-clang-format.
@@ -824,9 +824,10 @@ Similar to the ufile alias in my ashrc
 Automatically close unused buffers (except those of Circe) at midnight.
 #+begin_src emacs-lisp
   (midnight-mode)
-  (add-to-list 'clean-buffer-list-kill-never-regexps (lambda (buffer-name)
-                                                       (with-current-buffer buffer-name
-                                                         (derived-mode-p 'lui-mode))))
+  (add-to-list 'clean-buffer-list-kill-never-regexps
+               (lambda (buffer-name)
+                 (with-current-buffer buffer-name
+                   (derived-mode-p 'lui-mode))))
 #+end_src
 * Tangles
 ** Spectrwm
@@ -971,7 +972,7 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac
   export PATH="/home/armaa/src/bin:$PATH"
   export PATH="/home/armaa/src/bin/bin:$PATH"
   export PATH="/home/armaa/.local/bin:$PATH"
-  export PATH="$PATH:/usr/sbin"
+  export PATH="/usr/lib/ccache/bin:$PATH"
 #+end_src
 **** Locale
 #+begin_src shell :tangle ~/.config/ash/ashrc