Remove quickrun package
This commit is contained in:
parent
a4ee827ae9
commit
0aeb515c03
1 changed files with 0 additions and 16 deletions
|
@ -92,7 +92,6 @@
|
||||||
projectile
|
projectile
|
||||||
puppet-mode
|
puppet-mode
|
||||||
python
|
python
|
||||||
quickrun
|
|
||||||
;; not working well for now
|
;; not working well for now
|
||||||
;; rainbow-blocks
|
;; rainbow-blocks
|
||||||
rainbow-delimiters
|
rainbow-delimiters
|
||||||
|
@ -1327,21 +1326,6 @@ which require an initialization must be listed explicitly in the list."
|
||||||
(define-key inferior-python-mode-map (kbd "C-j") 'comint-next-input)
|
(define-key inferior-python-mode-map (kbd "C-j") 'comint-next-input)
|
||||||
(define-key inferior-python-mode-map (kbd "C-k") 'comint-previous-input))))
|
(define-key inferior-python-mode-map (kbd "C-k") 'comint-previous-input))))
|
||||||
|
|
||||||
(defun spacemacs/init-quickrun ()
|
|
||||||
(use-package quickrun
|
|
||||||
:disabled t
|
|
||||||
:init
|
|
||||||
(evil-leader/set-key
|
|
||||||
"qba" 'quickrun-arg
|
|
||||||
"qbc" 'quickrun-compile-only
|
|
||||||
"qbs" 'quickrun-shell
|
|
||||||
"qbx" 'quickrun
|
|
||||||
"qeb" 'eval-buffer
|
|
||||||
"qex" 'eval-last-sexp
|
|
||||||
"qh" 'helm-quickrun
|
|
||||||
"qrr" 'quickrun-replace-region
|
|
||||||
"qrx" 'quickrun-region)))
|
|
||||||
|
|
||||||
(defun spacemacs/init-rainbow-blocks ()
|
(defun spacemacs/init-rainbow-blocks ()
|
||||||
(use-package rainbow-blocks
|
(use-package rainbow-blocks
|
||||||
:disabled t
|
:disabled t
|
||||||
|
|
Reference in a new issue