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
@@ -13,6 +13,9 @@ export ALTERNATE_EDITOR="" # setting for emacsclient
export EDITOR="emacsclient -t -a ''" # $EDITOR use Emacs in terminal
export VISUAL="emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode
### EXPORTS for dmscripts
export DMTERM="emacsclient -c -a emacs"
### SET MANPAGER
### Uncomment only one of these!