diff options
author | Julian T <julian@jtle.dk> | 2022-11-18 14:51:08 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-11-18 14:52:49 +0100 |
commit | e9ebbae33b6deb8d27b0744abf095b15f7627997 (patch) | |
tree | d155d73914ba028adf8c93e42cad478fa2c0ae4e | |
parent | 9537e3d2958e1724253c11950ce83b9df054e686 (diff) |
Emacs column and back on termite
-rw-r--r-- | emacs/.emacs | 2 | ||||
-rwxr-xr-x | xinit/.xprofile | 4 |
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 |