mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Puppet-related configuration
This commit is contained in:
parent
fce52736da
commit
4ebf4202bb
2 changed files with 10 additions and 0 deletions
|
|
@ -872,6 +872,12 @@
|
|||
(tool-bar-mode -1)
|
||||
(menu-bar-mode -1)
|
||||
(scroll-bar-mode -1))
|
||||
|
||||
(when my/puppet-p
|
||||
(tool-bar-add-item "left-arrow" #'previous-buffer 'puppet-previous-buffer)
|
||||
(tool-bar-add-item "right-arrow" #'next-buffer 'puppet-next-buffer)
|
||||
(tool-bar-add-item "saveas" #'org-save-all-org-buffers 'puppet-save))
|
||||
|
||||
(fringe-mode '(10 . 10))
|
||||
;; Need to configure all-the-icons so that mode-line doesn't look fat
|
||||
;; and ugly
|
||||
|
|
|
|||
|
|
@ -92,4 +92,8 @@
|
|||
:before
|
||||
#'projectile-switch-switch-tab))
|
||||
|
||||
(when my/puppet-p
|
||||
(define-key *root-map* (kbd "C-x C-s") #'org-save-all-org-buffers)
|
||||
(define-key *root-map* (kbd "C-f") #'next-buffer))
|
||||
|
||||
(provide 'my-keymap)
|
||||
|
|
|
|||
Loading…
Reference in a new issue