mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 23:19:14 +02:00
That hook variable is obsolete; use with-eval-after-load instead. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2 lines
95 B
EmacsLisp
2 lines
95 B
EmacsLisp
(add-to-list 'load-path "@SITELISP@")
|
|
(with-eval-after-load 'dired (require 'dired-sort-menu))
|