summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs2
-rwxr-xr-xxinit/.xprofile4
2 files changed, 4 insertions, 2 deletions
diff --git a/emacs/.emacs b/emacs/.emacs
index 720743f..ecff625 100644
--- a/emacs/.emacs
+++ b/emacs/.emacs
@@ -16,6 +16,8 @@
; (require 'evil-collection)
; (evil-collection-init)
+(setq column-number-mode t)
+
(require 'tex-site)
(evil-set-initial-state 'haskell-interactive-mode 'emacs)
diff --git a/xinit/.xprofile b/xinit/.xprofile
index 03d6532..b8a34a0 100755
--- a/xinit/.xprofile
+++ b/xinit/.xprofile
@@ -1,7 +1,7 @@
export _JAVA_AWT_WM_NONREPARENTING=1
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
-export TERM=kitty
-export TERMINAL=kitty
+export TERM=termite
+export TERMINAL=termite
export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh