Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 1.65 KB

TODO.org

File metadata and controls

39 lines (36 loc) · 1.65 KB

emacs-config TODO

List of tasks to improve my personal emacs configuration

Tasks:

  • allow backups and autosaves of files with long names:
  • Add M-x all-the-icons-install-fonts for new instalations
  • On README.org, “some useful commands that I don’t use but like to keep commented, so I don’t forget”
  • https://github.com/yilkalargaw/org-auto-tangle
  • save all temporary files in a single folder, check package https://github.com/emacscollective/no-littering
  • in latex mode, show whitespace as small dot
  • check warnings:
    • when installing helpful
  • install packages:
    • org mode
    • lsp
    • focus
    • siege-mode
  • write proper README
  • dashboard:
    • clip maximum footnote size to appear in the screen: smart clipping at whitespace; remove last newline entry
    • improve navigator button (reload configs)
    • add option to reload last session
    • display key-bind tool-tip
  • format files to include beginning and ending emacs standard text
  • automatic package installation:
    • remove auto-package-installer, simply install use-package in case it is not installed
    • find a better way to install package installer (use-pacakge)
    • explore straight.el
    • use :pin from use-package to choose which repository to install packages
  • save previous session so it’s easier and faster to proceed work

Resources