Compare commits
2 Commits
03df1273e4
...
2ed07788c7
Author | SHA1 | Date | |
---|---|---|---|
|
2ed07788c7 | ||
|
61cc0700b8 |
@ -5,6 +5,9 @@
|
||||
:demand t
|
||||
:config
|
||||
(global-undo-tree-mode)
|
||||
:bind ("C-c C-r" . undo-tree-visualize))
|
||||
:bind ("C-c C-r" . undo-tree-visualize)
|
||||
:custom
|
||||
(undo-tree-history-directory-alist
|
||||
`(("." . ,(expand-file-name (concat user-emacs-directory "undo-history"))))))
|
||||
|
||||
(provide 'init-undo)
|
||||
|
@ -48,9 +48,8 @@
|
||||
:hook (after-init . exec-path-from-shell-initialize)
|
||||
:custom
|
||||
(exec-path-from-shell-variables
|
||||
'("PATH" "MANPATH" "LEDGER_FILE" "LOLA_HOME"
|
||||
"MODELS_HOME" "LOLA_TRAVEL_SERVICE_HOME" "WORKON_HOME"
|
||||
"PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV"
|
||||
'("PATH" "MANPATH" "INFOPATH" "LEDGER_FILE"
|
||||
"WORKON_HOME" "PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV"
|
||||
"PIPENV_MAX_DEPTH" "PYENV_ROOT" "KOPS_STATE_STORE"
|
||||
"PLAID_CLIENT_ID" "PLAID_SECRET" "PLAID_ENVIRONMENT"))
|
||||
(exec-path-from-shell-check-startup-files nil)
|
||||
|
@ -1,6 +1,8 @@
|
||||
typeset -U path
|
||||
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/local/bin ~/.cargo/bin /usr/local/opt/make/libexec/gnubin $path)
|
||||
|
||||
export INFOPATH="$HOME/info:/opt/homebrew/share/info:"
|
||||
|
||||
export LEDGER_FILE="$HOME/journal.ledger"
|
||||
|
||||
EDITOR="$(which emacsclient)"
|
||||
|
Loading…
Reference in New Issue
Block a user