diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-11 12:08:38 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-11 12:08:38 +0200 |
commit | 65e93ed63f411e8fa646ed6be5d82a7aff38c01c (patch) | |
tree | b3b8df50dd6f5c585b71a4b79391d694c0442add /.config/emacs/org | |
parent | update (diff) | |
download | dotfiles-bsd-65e93ed63f411e8fa646ed6be5d82a7aff38c01c.tar.gz dotfiles-bsd-65e93ed63f411e8fa646ed6be5d82a7aff38c01c.tar.bz2 dotfiles-bsd-65e93ed63f411e8fa646ed6be5d82a7aff38c01c.tar.xz dotfiles-bsd-65e93ed63f411e8fa646ed6be5d82a7aff38c01c.tar.zst dotfiles-bsd-65e93ed63f411e8fa646ed6be5d82a7aff38c01c.zip |
update
Diffstat (limited to '')
-rw-r--r-- | .config/emacs/org/config.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index 2d1dd57..f2fbf77 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -765,6 +765,12 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." (setq neo-window-width 35) #+END_SRC +** Custom funcs +#+BEGIN_SRC emacs-lisp + (defun my/wide-font () + (interactive)) +#+END_SRC + ** Compilation *** Close window after errorless compilation #+BEGIN_SRC emacs-lisp |