-
Notifications
You must be signed in to change notification settings - Fork 6
Modernize org mode styling #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Why is this change needed? -------------------------- I don't know if it's _needed_, but I use Org a lot. Having modern UI elements makes the experience more pleasant. How does it address the issue? ------------------------------ Org Modern[1] makes some nice improvements to the elements without being tied to a particular theme. Any links to any relevant tickets, articles or other resources? --------------------------------------------------------------- 1 - https://github.com/minad/org-modern
.emacs.d/config.org
Outdated
** Ag - The Silver Searcher | ||
If you want to use Projectile's search functions with ag | ||
|
||
(use-package ag) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still an ack man, but this might be the introduction I need.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it seems like you're talking about general usage outside of emacs I'll give a very soft pitch for ripgrep. I've been using ripgrep for a while and have been happy with it. It's faster than ag and the rest, but I don't remember thinking ag was too slow, so maybe that doesn't matter. Ripgrep has slightly more functionality than ag based on https://beyondgrep.com/feature-comparison/, but I'm not sure I actually use any ripgrep specific features. It's been a while since I switched so I don't remember exactly what caused me to try it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ripgrep is very popular on the Emacs subreddit. I'm not familiar with it, so I'd like to have this for now. I made a todo to consider switching.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like I don't have access to that basecamp, if you intended for other folks to be able to check it out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad. I originally made it just for myself, then later added Nate. I've added everyone else as followers since we're the only ones that use Emacs right now.
As I'm using it more, I think it might be impacting the automatic indentation functionality in a way I don't like. I'm going to investigate further. |
Branched from #21