summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/init.el b/init.el
index 6fe37ad..f970516 100644
--- a/init.el
+++ b/init.el
@@ -129,10 +129,11 @@ If FUNCTION-NAME is already a valid function, this won't do anything."
;; (load-config "comb/comb.el")
;; (load-config "comb/comb-annotation.el")
-;;; orderless
+;;; Completion framework configurations
;; TODO: Write my own completion styles library
-(load-config "comb/orderless-conf.el")
+;; (load-config "comb/orderless-conf.el")
+(load-config "completion-conf.el")
;;; dired configurations
@@ -191,7 +192,8 @@ If FUNCTION-NAME is already a valid function, this won't do anything."
(use-package "durand-simple" 'durand-simple
(define-key global-map (vector ?\C-\M-\s) #'durand-simple-mark-dwim)
- (define-key global-map (vector ?\C-o) #'durand-simple-open-line))
+ (define-key global-map (vector ?\C-o) #'durand-simple-open-line)
+ (define-key global-map (vector ?\C-') #'durand-simple-insert-pair))
;;; Searches