diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,6 +19,7 @@ (require 'init-diminish) (require 'init-org) +(require 'init-helm) (require 'init-files) (require 'init-buffers) @@ -45,8 +46,6 @@ (require 'init-projectile) (require 'init-snakemake) -(require 'init-helm) - (require 'init-external) (require 'init-yas) |