Skip to content

lijigang/config-orgmode-within-doom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

Readme

Emacs configuration created for heavy Orgmode users among non-programmers.

./images/demo.png

./images/demo2.png

Before install

更新代理配置源,提升下载安装速度。

git config --global url.https://github.com.cnpmjs.org/.insteadOf https://github.com/

Install

  1. Install Emacs
    brew tap d12frosted/emacs-plus
    brew install emacs-plus
    ln -s /usr/local/opt/emacs-plus/Emacs.app /Applications/Emacs.app
        
  2. Install Doom
    git clone https://github.com/hlissner/doom-emacs -b develop ~/.emacs.d
    
    ~/.emacs.d/bin/doom install
        
  3. Modify shell PATH
    # if you use zsh
    echo 'export PATH=”$HOME/.emacs.d/bin:$PATH'  >> ~/.zshrc
        
  4. Install this config
    # Download config
    cd
    git clone https://github.com/lijigang/config-orgmode-within-doom.git
    
    # Open config file
    emacs config-orgmode-within-doom/config.org
        
    M-x: org-babel-tangle
        

Ideas from @tanmo [8/10]

  • [ ] add contrast images for every configuration
  • [ ] Remap keybindings: Cmd+1/2/3/4 to headline1/2/3/4
  • [X] Fix org-roam-server config
  • [X] Remap keybindings: Cmd+i/b/u -> italic/bold/underlined
  • [X] Hide tags
  • [X] Hide export options
  • [X] Hide drawers
  • [X] Hide block header and footer
  • [X] Hide all of stars before headlines
  • [X] Change org headline size

About

for doom user / non-programmer / orgmode user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published