Fixing a minor issue.

This commit is contained in:
Derek Taylor
2021-04-25 18:24:22 -05:00
parent fa5fc11530
commit 0b6a9882bc
8 changed files with 19 additions and 5 deletions
+3
View File
@@ -18,6 +18,9 @@ set TERM "xterm-256color" # Sets the terminal type
set EDITOR "emacsclient -t -a ''" # $EDITOR use Emacs in terminal
set VISUAL "emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode
### EXPORTS for dmscripts
set DMTERM "emacsclient -c -a emacs"
### SET MANPAGER
### Uncomment only one of these!