feat(wpcarro/emacs): Support emojis in Emacs 🎉
The future has arrived... Change-Id: Ib4e57018cbf9168e43f403e4e0b640d0e0035352 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4595 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
d44b57b641
commit
8d64d1eeb0
3 changed files with 12 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
(require 'bookmark)
|
||||
(require 'tvl)
|
||||
(require 'window-manager)
|
||||
(require 'wpc-misc)
|
||||
|
||||
;; Note: The following lines must be sorted this way.
|
||||
(setq evil-want-integration t)
|
||||
|
@ -175,6 +176,7 @@
|
|||
(keybindings-exwm "<M-tab>" #'window-manager-next-workspace)
|
||||
(keybindings-exwm "<M-S-iso-lefttab>" #'window-manager-prev-workspace)
|
||||
(keybindings-exwm "C-M-\\" #'ivy-pass)
|
||||
(keybindings-exwm "s-e" #'wpc-misc-copy-emoji)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Workspaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue