X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/815c338bbfc6a6c38ec41c2a40041dfd222cf41c..f1516d514c999d36839ff7f6e70f63a7d4c43390:/init.org diff --git a/init.org b/init.org index a388dd9..3a170a3 100644 --- a/init.org +++ b/init.org @@ -659,8 +659,7 @@ Based on https://stackoverflow.com/a/17788551, with changes to use =cl-letf= instead of the now obsolete =flet=. #+begin_src emacs-lisp -(use-package compile - :config +(with-eval-after-load 'compile (defun amin--compilation-finish-function (buffer outstr) (unless (string-match "finished" outstr) (switch-to-buffer-other-window buffer)) @@ -693,6 +692,12 @@ for this. ;; (setq replace-char-fold t) #+end_src +*** Cursor shape + +#+begin_src emacs-lisp +(setq-default cursor-type 'bar) +#+end_src + ** Bindings #+begin_src emacs-lisp