Create an Emacs theme disco by randomly switching themes manually or automatically (from the Ef Themes collection): https://github.com/pprevos/disco-ef-themes
- 1 Post
- 13 Comments
That´s cool. I was working something similar today. I call it Emacs Disco as it changes themes randomly every 10 seconds :) Try this:
(run-with-timer 0 60 'cycle-themes)
danderzei@alien.topBto Emacs@communick.news•I want to journaling, but I need a few specific things. Can you tell me if Emacs can do them, before start learning it?English1·1 year agoWell I thought so, but the new editor in Reddit sucks. When I select Markdown it erases the post!
danderzei@alien.topBto Emacs@communick.news•I want to journaling, but I need a few specific things. Can you tell me if Emacs can do them, before start learning it?English1·1 year agoThanks - all fixed.
danderzei@alien.topBto Emacs@communick.news•I want to journaling, but I need a few specific things. Can you tell me if Emacs can do them, before start learning it?English1·1 year agoEmacs is not a text editor but a programming environment. So it can do anything, as long as it is plain text interface.
danderzei@alien.topBto Emacs@communick.news•I want to journaling, but I need a few specific things. Can you tell me if Emacs can do them, before start learning it?English3·1 year agoGreat questions:
- Encryption using PGP
- Use auto-fill mode 3.Use the TreeMacs package
- Org mode does bold, italics etc.. Colours in Emacs have semantic meaning and are automated through a theme.
- Use a note-taking application, such as Denote or Org Roam
- Org mode can be exported to many formats. Your documents are in plain text, so conversion is trivial. Aesthetic colouring is managed through export templates if you build a website, book etc.
- Use Org mode
My website Emacs Writing Studio explains most of what you like to achieve.
The scratch buffer in Emacs disappears after shutdown, but there is a package to fix this issue.
GitHub - Fanael/persistent-scratch: Preserve the scratch buffer across Emacs sessions
You can download the full source, create you own version and compile your own. Ut why not simply add CUA mode in your init file?
danderzei@alien.topOPBto Emacs@communick.news•New version of Emacs Writing Studio: A configuration for authorsEnglish1·1 year agoI am not a big fan of email marketing - I get enough spam. Also don’t want popups on my website.
My website helps doing just that: https://lucidmanager.org/tags/emacs
danderzei@alien.topBto Emacs@communick.news•Consult/Vertigo/Orderless how to not include (sub)path when finding a file?English0·2 years agoTry
consult-find
to search for files usinggrep
.
danderzei@alien.topBto Emacs@communick.news•Any way to stop org mode from adding preceding commas from src blocks?English1·2 years agoWhat type of source block is it? Did you configure org-babel?
I wrote a website for beginners, focused on writing prose, not code
https://lucidmanager.org/tags/emacs/