Skip to content

alexko/emacs-setup

 
 

Repository files navigation

Intro

This is my emacs setup. I use it for coding and project management (using org-mode).

Installation

from your home directory

git clone https://github.com/alexko/emacs-setup .emacs.d
cd .emacs.d
git submodule update --init
make

in Ubuntu

sudo apt-get install xprintidle

Org-capture

Global capture

System > Preferences > Keyboard shortcuts > Custom Shortcuts > F12 set it to ~/.emacs.d/capture

Org-protocol setup

I use org-protocol to bookmark pages from browser.

Bookmarklets

Update: github org-to-html exporter now strips javascript bookmarklet code when exporting, so dragging these links from github page no longer works.

You can drag these links to your browser toolbar. One is boomarking the current page into your bookmarks.org file. Another adds it to the currently clocked item:

>B save page to bookmarks.org

>C append the page to the currently clocked item

About

my emacs and org-mode setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 98.3%
  • Python 1.6%
  • Makefile 0.1%