Skip to content

zclj/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Emacs config and documentation

Emacs

Basics

  • Check the values of variables using C-h v

Finding

  • M-x occur Show definitions
  • M-x imenu

Jump

  • C-x C-Space (accross buffers)
  • C-u C-Space (buffer only)

Folding

  • Hideshow
    • C-. (hs-toggle-hiding) toggle hiding
    • C-, (hs-hide-all) hide all in the buffer
    • C-x C-, (hs-show-all) show all in the buffer

Packages

  • M-x list-packages
    • Use U to mark all upgradeable packages and x to perform upgrades

Org-mode

  • M-RET (org-meta-return) Insert a new heading, item or row
  • C-RET (org-insert-heading-respect-content) Insert a new heading at the end of the current subtree
  • M-UP (org-move-subtree-up) Move subtree up
  • M-DOWN (org-move-subtree-down) Move subtree down
  • M-S-LEFT/RIGHT (org-promote/demote-subtree) Promote/demote the current subtree
  • C-c * (org-toggle-heading) Turn a normal line or plain list item into a headline

Plain Lists

  • M-S-RET Insert a new item with checkbox
  • S-UP/DOWN Jump to the privous/next item in the current list
  • C-c C-c Toggle checkbox

Links

  • Handling links
  • C-c l (org-store-link) Store a link to the current location.
  • C-c C-l (org-insert-link) When the cursor is on an existing link, link will be edited.
  • C-c C-o (org-open-at-point)

Export

Markdown

  • M-x org-md-export-to-markdown
  • For inline code, enclose with = or ~

Paredit

Magit

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published