summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-cpp.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2020-02-10 12:44:27 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2020-02-10 12:44:27 (GMT)
commit0c6154ea68f7e053b6b2e2c03d4a0bd433371fa1 (patch)
treea417f3657276f6b8498a3106c0c41cd7937aa262 /lisp/ravi-init-cpp.el
parentc28806bd8afe7799a71382011bb5f2f21b28345d (diff)
downloaddotemacs-0c6154ea68f7e053b6b2e2c03d4a0bd433371fa1.zip
dotemacs-0c6154ea68f7e053b6b2e2c03d4a0bd433371fa1.tar.gz
dotemacs-0c6154ea68f7e053b6b2e2c03d4a0bd433371fa1.tar.bz2
Variable name changed in helm-dash
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))