Add zygospore package
This commit is contained in:
parent
9c8b119a75
commit
ec818691f5
1 changed files with 2 additions and 0 deletions
2
init.el
2
init.el
|
|
@ -57,6 +57,7 @@
|
||||||
helm-gtags
|
helm-gtags
|
||||||
helm-swoop
|
helm-swoop
|
||||||
helm-company
|
helm-company
|
||||||
|
zygospore
|
||||||
))
|
))
|
||||||
|
|
||||||
;; function to install new packages
|
;; function to install new packages
|
||||||
|
|
@ -90,6 +91,7 @@
|
||||||
(require 'setup-autocompletion)
|
(require 'setup-autocompletion)
|
||||||
|
|
||||||
;; Package zygospore --- revert C-x 1 by pressing C-x 1 again
|
;; Package zygospore --- revert C-x 1 by pressing C-x 1 again
|
||||||
|
;; Doesn't work with sr-speedbar
|
||||||
(global-set-key (kbd "C-x 1") 'zygospore-toggle-delete-other-windows)
|
(global-set-key (kbd "C-x 1") 'zygospore-toggle-delete-other-windows)
|
||||||
|
|
||||||
;; Set 'M-g' to 'goto-line', it's faster and what we usually want
|
;; Set 'M-g' to 'goto-line', it's faster and what we usually want
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue