Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abraham Raji committed Jan 8, 2020
1 parent ac8bf09 commit 5be1136
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config.org
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 5be1136

Please sign in to comment.