This package adds new RSS generation options to the org-publish-project-alist
variable (see the Org manual if you are new to the publishing options). It adds :auto-rss
and other options that work similar to the included :auto-sitemap
functionality. This should make it easy for users to add RSS feeds to existing Org-based websites.
Tangled blocks provide a nice way of exporting code into external files, acting as a fantastic agent to write literate dotfile configs. However, such dotfiles tend to be changed externally, sometimes for the worse and sometimes for the better. In the latter case it would be nice to be able to pull those external changes back into the original org src block it originated from.
visual-fill-column-mode
is a small Emacs minor mode that mimics the effect of fill-column
in visual-line-mode
. Instead of wrapping lines at the window edge, which is the standard behaviour of visual-line-mode
, it wraps lines at fill-column
. If fill-column
is too large for the window, the text is wrapped at the window edge.
Preserve the state of scratch buffers across Emacs sessions by saving the state to and restoring it from a file, with autosaving and backups. Save scratch buffers: `persistent-scratch-save and `persistent-scratch-save-to-file'. Restore saved state: `persistent-scratch-restore and `persistent-scratch-restore-from-file'. To control where the state is saved, set `persistent-scratch-save-file'. What exactly is saved is determined by `persistent-scratch-what-to-save'. What buffers are considered scratch buffers is determined by `persistent-scratch-scratch-buffer-p-function'. By default, only the `*scratch* buffer is a scratch buffer. Autosave can be enabled by turning `persistent-scratch-autosave-mode on. Backups of old saved states are off by default, set `persistent-scratch-backup-directory to a directory to enable them. To both enable autosave and restore the last saved state on Emacs start, add (persistent-scratch-setup-default) to the init file. This will NOT error when the save file doesn't exist. To just restore on Emacs start, it's a good idea to call `persistent-scratch-restore inside an `ignore-errors or `with-demoted-errors block.
Documentation at https://melpa.org/#/highlight2clipboard
nerd-icons theme for treemacs
Documentation at https://melpa.org/#/sentence-navigation
Documentation at https://melpa.org/#/gitignore-templates
Documentation at https://melpa.org/#/ptemplate-templates
Documentation at https://melpa.org/#/flycheck-pycheckers
Documentation at https://melpa.org/#/everlasting-scratch
Documentation at https://melpa.org/#/circe-notifications
Documentation at https://melpa.org/#/immersive-translate
Documentation at https://melpa.org/#/flycheck-nimsuggest
Documentation at https://melpa.org/#/highlight-operators
Documentation at https://melpa.org/#/projectile-speedbar
Documentation at https://melpa.org/#/processing-snippets
Documentation at https://melpa.org/#/flycheck-clangcheck
Documentation at https://melpa.org/#/flycheck-flawfinder
Documentation at https://melpa.org/#/company-nand2tetris
Documentation at https://melpa.org/#/projectile-variable
Documentation at https://melpa.org/#/volatile-highlights
Documentation at https://melpa.org/#/rainbow-identifiers
Documentation at https://melpa.org/#/distinguished-theme