diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index cc73071..5d23e72 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el | |||
@@ -665,12 +665,6 @@ ARGS." | |||
665 | (custom-set-faces '(fringe | 665 | (custom-set-faces '(fringe |
666 | ((t (:foreground "dim gray")))))) | 666 | ((t (:foreground "dim gray")))))) |
667 | 667 | ||
668 | (defun acdw/require-private () | ||
669 | "Load \"~/.emacs.d/private.el\". | ||
670 | It's called 'require-private' for historical reasons." | ||
671 | (load (expand-file-name "private.el" user-emacs-directory) | ||
672 | :noerror :nomessage)) | ||
673 | |||
674 | 668 | ||
675 | ;;; Recentf renaming with dired | 669 | ;;; Recentf renaming with dired |
676 | ;; from ... somewhere. 'rjs', apparently? | 670 | ;; from ... somewhere. 'rjs', apparently? |