summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles-darwin/emacs/functions.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/dotfiles-darwin/emacs/functions.el b/dotfiles-darwin/emacs/functions.el
index 4a39418..c9b16be 100644
--- a/dotfiles-darwin/emacs/functions.el
+++ b/dotfiles-darwin/emacs/functions.el
@@ -24,7 +24,9 @@
("j" . ((width . ,(/ 2.0 3))))
("k" . ((left . 1.0) (width . ,(/ 2.0 3))))
("l" . ((left . 0.5) (width . 0.5)))
- ("o" . ((left . 1.0) (width . 0.5)))))
+ ("o" . ((left . 1.0) (width . 0.5)))
+ ("p" . ((left . 1.0) (width . ,(/ 1.0 3))))
+ ("u" . ((width . ,(/ 1.0 3))))))
(keymap-set map (car elem) (lambda ()
(interactive)
(my/modify-frame-parameters (cdr elem)))))