VL
Size: a a a
VL
DL
DL
(condition-case-unless-debug err
(eval-after-load 'jabber
'(if
(not
(require 'secrets-jabber nil t))
(display-warning 'use-package
(format "Cannot load %s" 'secrets-jabber)
:error)))
(error
(funcall use-package--warning235 :catch err)))
VL
DL
VL
(eval-and-compile
(add-to-list 'load-path "~/.emacs.d/secrets"))
VL
DL
VL
VL
VL
VL
VL
DL
DL
PG
(require 'eshell-toggle)
(require 'projectile)
(defun eshell-toggle--make-buffer-name--around (fn)
(if (and eshell-toggle-use-projectile-root
(projectile-project-root))
(funcall fn)
"*eshell*"))
(advice-add
#'eshell-toggle--make-buffer-name
:around
#'eshell-toggle--make-buffer-name--around)