]> git.armaanb.net Git - config.org.git/blobdiff - config.org
spectrwm: add quirk for pinentry
[config.org.git] / config.org
index 12bb0a1e083cd7e607a8b77feba16a91943cb428..d3ce9550b490d590b8a4f28e1f487383fcc9ece4 100644 (file)
@@ -6,7 +6,7 @@
 * Welcome
 Welcome to my system configuration! This file contains my Emacs configuration, but also my config files for many of the other programs on my system!
 ** Compatability
-I am currently using Emacs 28 with native compilation, so some settings and packages may not be available for older versions of Emacs. This is a purely personal configuration, so while I can guarantee that it works on my setup, it might not work for you.
+I am currently using Emacs 27.2 on Linux, so some settings and packages may not be available for older versions of Emacs. This is a purely personal configuration, so while I can guarantee that it works on my setup, it might not work for you.
 ** Choices
 I chose to create a powerful, yet not overly heavy Emacs configuration. Things like a fancy modeline, icons, or LSP mode do not increase my productivity, and create visual clutter, and thus have been excluded.
 
@@ -201,7 +201,11 @@ Makes commenting super easy
 ** Undo redo
 Fix the oopsies!
 #+begin_src emacs-lisp
-  (evil-set-undo-system 'undo-redo)
+  (use-package undo-fu
+    :config (evil-set-undo-system 'undo-fu))
+
+  (use-package undo-fu-session
+    :config (global-undo-fu-session-mode))
 #+end_src
 ** Number incrementing
 Add back C-a/C-x bindings.
@@ -828,6 +832,7 @@ Float some specific programs by default.
 #+begin_src conf :tangle ~/.spectrwm.conf
   quirk[Castle Menu] = FLOAT
   quirk[momen] = FLOAT
+  quirk[pinentry-fltk] = FLOAT
 #+end_src
 ** Ash
 *** Options
@@ -888,8 +893,7 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac
   export LC_ALL="en_US.UTF-8"
   export LC_CTYPE="en_US.UTF-8"
   export LANGUAGE="en_US.UTF-8"
-
-  export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig"
+  export TZ="America/New_York"
 
   export KISS_PATH=""
   export KISS_PATH="$KISS_PATH:$HOME/repos/personal"
@@ -904,6 +908,7 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac
   export CFLAGS="-O3 -pipe -march=native"
   export CXXFLAGS="$CFLAGS"
   export MAKEFLAGS="-j$(nproc)"
+  export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig"
 
   export XDG_DESKTOP_DIR="/dev/null"
   export XDG_DOCUMENTS_DIR="$HOME/documents"
@@ -911,7 +916,6 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac
   export XDG_MUSIC_DIR="$HOME/music"
   export XDG_PICTURES_DIR="$HOME/pictures"
   export XDG_VIDEOS_DIR="$HOME/videos"
-
 #+end_src
 *** Aliases
 **** SSH