feat(emacs): fcitx.el
This commit is contained in:
@@ -179,6 +179,7 @@ for example when calling `shell'.")
|
|||||||
:modeline nil
|
:modeline nil
|
||||||
:ttl nil)))
|
:ttl nil)))
|
||||||
|
|
||||||
|
;; Display form-feed characters as horizontal lines.
|
||||||
(use-package form-feed-st
|
(use-package form-feed-st
|
||||||
:config
|
:config
|
||||||
;; Set the colour of the horizontal lines to be the same as comments.
|
;; Set the colour of the horizontal lines to be the same as comments.
|
||||||
@@ -191,4 +192,9 @@ for example when calling `shell'.")
|
|||||||
:foreground)))))
|
:foreground)))))
|
||||||
(global-form-feed-st-mode))
|
(global-form-feed-st-mode))
|
||||||
|
|
||||||
|
(use-package fcitx
|
||||||
|
:hook (on-first-input . fcitx-aggressive-setup)
|
||||||
|
:custom ((fcitx-use-dbus 'fcitx5)
|
||||||
|
(fcitx-remote-command "fcitx5-remote")))
|
||||||
|
|
||||||
(provide 'syd-ui)
|
(provide 'syd-ui)
|
||||||
|
|||||||
Reference in New Issue
Block a user