mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
15 lines
355 B
EmacsLisp
15 lines
355 B
EmacsLisp
;;; siren-workspace-map.el --- jimeh's Emacs Siren: workspaces-map setup.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Setup of siren-workspace-map which other workspace modules can add
|
|
;; keybindings to.
|
|
|
|
;;; Code:
|
|
|
|
(define-prefix-command 'siren-workspace-map)
|
|
(general-define-key "C-z" 'siren-workspace-map)
|
|
|
|
(provide 'siren-workspace-map)
|
|
;;; siren-workspace-map.el ends here
|