diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1170,6 +1170,10 @@ (jao-when-linux (global-set-key (kbd "C-c t") #'jao-afio-goto-chats)) + (jao-when-darwin + (add-to-list 'jao-afio-frame-parameters + '("docs" ((width . 195) (height . 70))))) + :bind (("C-c f" . 'jao-afio-goto-main) ("C-c g" . 'jao-afio-goto-mail) ("C-c w" . 'jao-afio-goto-www) |
