diff --git a/config.org b/config.org index ace5ed4..567edab 100644 --- a/config.org +++ b/config.org @@ -852,14 +852,12 @@ Open a file with an external program (that is, through =xdg-open=) by hitting (setq doom-modeline-minor-modes nil) (setq find-file-visit-truename t) #+END_SRC - * Try Sometimes if I'm not really sure about a package, I find it hard to convince myself to add them to my config just for the sake of trying it or to install them to find that I dont really like it and then uninstall it. This package let's me "try" stuff. It actually installs a package but only temporarely. Any package I install with try will be lost if and when I restart emacs. #+BEGIN_SRC emacs-lisp (use-package try :ensure t) #+END_SRC - * org-bullets Asterisk can be boring to look at. #+BEGIN_SRC emacs-lisp @@ -1048,7 +1046,6 @@ Flashes the cursor's line when you scroll (beacon-mode 1) ) #+END_SRC - * Cursor position Show the current line and column for your cursor. We are not going to have =relative-linum-mode= in every major mode, so this is useful.