Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aki2o committed Apr 3, 2017
1 parent 5506d25 commit 5d1db7c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pophint-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,10 @@
(string-match "\\.el\\'" f)
(not (string-match "-autoloads\\.el\\'" f))
(not (string= f "pophint-config---util.el")))
collect (file-name-sans-extension f)))
collect (intern (file-name-sans-extension f))))


;; (dolist (feat pophint-config:features)
;; (eval-after-load feat
;; `(progn
;; (when pophint-config:run-defcommand-exhaustively-after-load
;; (pophint:defcommand-exhaustively :feature ,feat)))))


(or (require 'pophint-autoloads nil t)
(or (load "pophint-autoloads.el" t)
(progn
(require 'pophint-config---util)
(mapc 'require pophint-config:features)))
Expand Down

0 comments on commit 5d1db7c

Please sign in to comment.