diff --git a/.emacs.d/plugins.el b/.emacs.d/plugins.el index 30c63671..90df33bd 100644 --- a/.emacs.d/plugins.el +++ b/.emacs.d/plugins.el @@ -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) diff --git a/README b/README index 749cd8e5..8f15673f 100644 --- a/README +++ b/README @@ -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 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.