Compare commits

..

No commits in common. "9bb08ed60793bab308ebc0176e57d194b0275e6d" and "1061c2ec49e513a134c3fc8fff733bba78c785ac" have entirely different histories.

4 changed files with 5 additions and 32 deletions

View File

@ -9,14 +9,4 @@
:config
(evil-collection-view-setup))
(use-package simple
:straight (:type built-in)
:general
(normal special-mode-map
"gr" #'revert-buffer
"q" #'quit-window)
(normal messages-buffer-mode-map
"gr" #'revert-buffer
"q" #'quit-window))
(provide 'init-built-ins)

View File

@ -15,7 +15,6 @@
(unless (file-remote-p default-directory)
(auto-revert-mode))))
(add-hook 'dired-sidebar-mode-hook #'hide-mode-line-mode)
(add-hook 'dired-sidebar-mode-hook (lambda () (display-line-numbers-mode -1)))
:general
(leader-map "d" #'dired-sidebar-toggle-sidebar)
:custom

View File

@ -1,14 +0,0 @@
;; Emacs has fanstastic built-in help features, but they could be more convenient
(use-package info
:straight (:type built-in)
:config
(evil-collection-info-setup))
(use-package helpful
:general
([remap describe-function] #'helpful-callable)
([remap describe-variable] #'helpful-variable)
([remap describe-key] #'helpful-key))
(provide 'init-help)

View File

@ -23,12 +23,11 @@
(use-package exec-path-from-shell
: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"
"PIPENV_MAX_DEPTH" "PYENV_ROOT" "KOPS_STATE_STORE"
"PLAID_CLIENT_ID" "PLAID_SECRET" "PLAID_ENVIRONMENT"))
(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"
"PIPENV_MAX_DEPTH" "PYENV_ROOT" "KOPS_STATE_STORE"
"PLAID_CLIENT_ID" "PLAID_SECRET" "PLAID_ENVIRONMENT"))
(exec-path-from-shell-check-startup-files nil))
@ -57,7 +56,6 @@
(require 'init-git)
(require 'init-ide)
(require 'init-eshell)
(require 'init-help)
;; Load the custom file
(when (file-exists-p custom-file)