branch: externals/ergoemacs-mode
commit d84c00cea733f7087ae527218269691fae10236d
Author: Walter Landry <wlan...@caltech.edu>
Commit: Walter Landry <wlan...@caltech.edu>

    Add missing requires for ibuffer
---
 ergoemacs-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index 37b3411..7c9097d 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -38,6 +38,8 @@
 (autoload 'dired-jump "dired-x" nil t)
 
 (require 'advice)
+(require 'ibuffer)
+(require 'ibuf-ext)
 
 (ergoemacs-component standard-vars ()
   "Enabled/changed variables/modes"

Reply via email to