Minor fixes.

master
Pierre Neidhardt 2013-01-12 11:03:35 +01:00
parent a15ffb3e5c
commit 1cb66aeb8d
2 changed files with 4 additions and 3 deletions

View File

@ -101,6 +101,7 @@
(define-key mediawiki-mode-map (kbd "C-c RET") 'mediawiki-open-page-at-point)
(define-key mediawiki-mode-map (kbd "C-c o") 'mediawiki-browse)
(local-unset-key (kbd "M-g"))
(local-set-key (kbd "C-c C-d") 'duplicate-line)
;; TODO: Bindings to not work???
;; (local-set-key (kbd "C-c l L") 'ltx-template-source-to-latex)
;; (local-set-key (kbd "C-c l U") 'ltx-template-source-to-usage)

6
README
View File

@ -41,7 +41,7 @@ all files directly. To fetch source from Git repo:
cd
git init
git remote add origin https://github.com/Ambrevar/home-config.git
git remote add origin <repo>
git fetch
git branch master origin/master
git checkout master
@ -84,9 +84,9 @@ Custom color theme with 256 colors.
Extended file support (shell files, Mutt mails, Arch Linux PKGBUILDs).
Some customization -- columns, kill whole line, etc.
Some customization: columns, kill whole line, etc.
Some custom functions (duplicate line, unfill-paragraph, etc.).
Some custom functions: duplicate line, unfill-paragraph, etc.
A lot of code snippets, especially for LaTeX. Contains document template, plot
generation, pie chart generation, and others.