summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/init.el b/init.el
index 1b4c8e5..98d0b88 100644
--- a/init.el
+++ b/init.el
@@ -171,6 +171,10 @@ If FUNCTION-NAME is already a valid function, this won't do anything."
(define-key global-map (vector 3 103) 'magit)
+;;; eww
+
+(load-config "eww-conf.el")
+
;;; Viewing things
(load-config "view-conf.el")
@@ -183,6 +187,15 @@ If FUNCTION-NAME is already a valid function, this won't do anything."
(define-key global-map (vector ?\s-q) #'window-toggle-side-windows)
+;;; My simple utilities
+
+(use-package "durand-simple" 'durand-simple
+ (define-key global-map (vector ?\C-\M-\s) #'durand-simple-mark-dwim))
+
+;;; Searches
+
+(load-config "search-conf.el")
+
;;; server
;; (cond