Remove local programming language docsets
This commit is contained in:
parent
35bccb49a4
commit
2ca8b61e68
|
@ -29,13 +29,6 @@
|
|||
(revert-buffer :ignore-auto :noconfirm))
|
||||
;; Select target in Makefile compilation as default
|
||||
(map! :leader :n "c c" #'makefile-executor-execute-project-target)
|
||||
;; Set docsets for each language
|
||||
(after! python
|
||||
(set-docsets! 'python-mode "Python 3" "NumPy" "Pandas"))
|
||||
(after! c++
|
||||
(set-docsets! 'c++-mode "C++"))
|
||||
(after! go
|
||||
(set-docsets! 'go-mode "Go"))
|
||||
;; Align columns in CSV mode
|
||||
(add-hook 'csv-mode-hook 'csv-align-mode)
|
||||
;; Close compilation buffer if successful
|
||||
|
|
Loading…
Reference in New Issue