diff --git a/emacs.el b/emacs.el index 4ae714e..1b4f67f 100644 --- a/emacs.el +++ b/emacs.el @@ -15,6 +15,8 @@ (require 'cl-lib) (require 'simple) + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Some macros for internals @@ -372,6 +374,8 @@ found, otherwise returns nil." (define-key my-prefix-map (kbd "C-o") 'occur) +(require 'page-ext nil t) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; title and mode-line