summaryrefslogtreecommitdiff
path: root/.emacs.d/modules/thanos-commands.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-09-22 21:15:05 +0300
committerThanos Apollo <[email protected]>2023-09-22 21:15:05 +0300
commita785a970241636116b14837a23aab62552d211fb (patch)
tree40db6c243af5c8e279f889e3d89f1de82bcaeb20 /.emacs.d/modules/thanos-commands.el
parentd73e59b269e44ce1c8e4fbd45b5acd612a51c2ab (diff)
devtools.el: update keybindings & tramp support
Diffstat (limited to '.emacs.d/modules/thanos-commands.el')
-rw-r--r--.emacs.d/modules/thanos-commands.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/modules/thanos-commands.el b/.emacs.d/modules/thanos-commands.el
index 8966d96..7066c3e 100644
--- a/.emacs.d/modules/thanos-commands.el
+++ b/.emacs.d/modules/thanos-commands.el
@@ -59,6 +59,13 @@
(define-key Create (kbd "e") 'create-scratch)
+(defun thanos/center-buffer ()
+ (interactive)
+ (set-fringe-mode
+ (/ (- (frame-pixel-width)
+ (* 150 (frame-char-width)))
+ 2)))
+
(defun vm-create-image ()
"Create qcow2 image."
(interactive)