summary refs log tree commit diff stats
path: root/config.org
Commit message (Collapse)AuthorAge
* Add smolweb stuffCase Duckworth2021-01-05
|
* Add mu4e shortcuts and keybindingCase Duckworth2021-01-05
|
* WhitespaceCase Duckworth2021-01-05
|
* Various changesCase Duckworth2021-01-05
|
* Configure org-modeCase Duckworth2021-01-05
|
* Remove the Rasmus segmentCase Duckworth2021-01-05
|
* Add mu4eCase Duckworth2021-01-05
|
* Add nov.elCase Duckworth2021-01-05
|
* Add git{attributes,config,ignore}-modeCase Duckworth2021-01-05
|
* Highlight the current line in dired-modeCase Duckworth2021-01-05
|
* Add form-feedCase Duckworth2021-01-05
|
* Add popwinCase Duckworth2021-01-04
|
* Add companyCase Duckworth2021-01-04
|
* Add at-work and at-home macrosCase Duckworth2021-01-04
| | | | | | | Once I figure out what else I might want to determine, and how I’d want to specify them, I might turn these into a more general macro ‘when-at’, the second argument of which would be a keyword (defined where?) that would specify how to tell where we are (a predicate?).
* Add PDF ToolsCase Duckworth2021-01-03
|
* Change max headline depthCase Duckworth2021-01-03
|
* Add newer Org to load-path before tanglingCase Duckworth2021-01-03
| | | | | | This fixes a problem where, if config.org was newer than config.el, Emacs would require the Org that comes with Emacs, which is older and breaks exporting, at least to Markdown. Adding the newer Org to the load path loads the newer Org instead.
* Fix header argsCase Duckworth2021-01-03
|
* Get rid of “Useful HTML Anchors” sectionCase Duckworth2021-01-02
| | | | It clobbered all my org-mode stuff!!
* Make anchors in Org more usefulCase Duckworth2021-01-02
|
* Use Org from gitCase Duckworth2021-01-02
|
* Configure diredCase Duckworth2021-01-02
|
* Prettify symbolsCase Duckworth2021-01-02
|
* Enable whitespace-modeCase Duckworth2021-01-02
|
* Add a timer to recentf-modeCase Duckworth2021-01-02
| | | | Autosave the recentf-list, but only when no Emacs frame is focused.
* Kill current bufferCase Duckworth2021-01-02
|
* Change ring-bell-functionCase Duckworth2021-01-02
|
* Add disclaimerCase Duckworth2021-01-02
|
* Catch org invisible editsCase Duckworth2021-01-02
|
* Disable typo-mode when in an org source blockCase Duckworth2021-01-02
|
* WhitespaceCase Duckworth2021-01-02
|
* Add which-keyCase Duckworth2021-01-02
|
* Add acdw/when-unfocusedCase Duckworth2021-01-02
| | | | | | Runs a command only if Emacs’ frames are unfocused. Should be run in a after-focus-change-hook. I should probably make a macro or something to really friendlify it.
* Move header-args to begin_src lines for *init.elCase Duckworth2021-01-02
|
* Enable set-mark-repeat-command-popCase Duckworth2021-01-02
|
* Add garbage collect magic hackCase Duckworth2021-01-02
|
* Add back early-init.elCase Duckworth2021-01-02
| | | | | There are a few functions that really speed up init when placed in early-init.el, so I put them back in there. Cf. doom-emacs’ early-init for details.
* Move header-args to Property drawerCase Duckworth2021-01-02
|
* Use org-link-minor-modeCase Duckworth2021-01-02
|
* Configure overwrite-modeCase Duckworth2021-01-02
|
* Rewrite theme changing codeCase Duckworth2021-01-02
|
* Change default header-argsCase Duckworth2021-01-02
|
* Change $HOME for Emacs.cmdCase Duckworth2021-01-02
|
* Add wc-modeCase Duckworth2021-01-02
|
* Loop through mouse margin events programmaticallyCase Duckworth2021-01-02
|
* Change startup visibilityCase Duckworth2021-01-02
|
* Reorganize Org sectionCase Duckworth2021-01-02
|
* Add beancount-modeCase Duckworth2021-01-02
|
* Add mouse scrolling bindsCase Duckworth2021-01-02
|
* Preserve the point position on screen when scrollingCase Duckworth2021-01-02
|