summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-cpp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ravi-init-cpp.el')
-rw-r--r--lisp/ravi-init-cpp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ravi-init-cpp.el b/lisp/ravi-init-cpp.el
index 4927b8b..adb8098 100644
--- a/lisp/ravi-init-cpp.el
+++ b/lisp/ravi-init-cpp.el
@@ -228,7 +228,7 @@ _i_: hide ifdef _C-i_: show _b_: hide/show _o_: other file
(when (and (featurep 'ravi-ergodox-mode) ravi-ergodox-mode)
(bind-key "H-h" 'compile-dwim c-mode-base-map))
(when (functionp 'helm-dash)
- (setq-local helm-dash-docsets '("C")))
+ (setq-local dash-docs-docsets '("C")))
(set (make-local-variable 'parens-require-spaces) t)
(setq fill-column 88)
@@ -275,7 +275,7 @@ _i_: hide ifdef _C-i_: show _b_: hide/show _o_: other file
(setq c-macro-cppflags "-x c++")
(setq c-macro-prompt-flag t)
(when (functionp 'helm-dash)
- (setq-local helm-dash-docsets '("C" "C++" "Boost" "Qt")))
+ (setq-local dash-docs-docsets '("C" "C++" "Boost" "Qt")))
)
(defun ravi/c++-hook-adder ()
(add-hook 'c++-mode-hook 'my-c++-mode-hook))