Переглянути джерело

remove presentation content

Josh Bicking 8 роки тому
батько
коміт
393305e94f
2 змінених файлів з 13 додано та 17 видалено
  1. 13 2
      emacs
  2. 0 15
      presentation.org

+ 13 - 2
emacs

@@ -187,7 +187,6 @@ scroll-step 1)
 	diminish
 	dtrt-indent
 	undohist
-	showkey
 	))
 
 ;; List of optional packages
@@ -532,6 +531,19 @@ scroll-step 1)
     `(eval-after-load ,feature
        '(progn ,@body))))
 
+
+;;;;org-mode configuration
+;; Enable transient mark mode
+(transient-mark-mode 1)
+
+;; Enable org-mode
+(require 'org)
+
+;; auto-adjust to indentation
+(require 'dtrt-indent)
+(dtrt-indent-mode 1)
+
+
 (require 'diminish)
 (diminish 'visual-line-mode)
 (after 'undo-tree (diminish 'undo-tree-mode))
@@ -545,7 +557,6 @@ scroll-step 1)
 (diminish 'abbrev-mode)
 (diminish 'dtrt-indent-mode)
 
-
 ;;;; System-specific configs
 
 (defun win-setup ()

+ 0 - 15
presentation.org

@@ -1,15 +0,0 @@
-* Things to show
-    + I'm not showing [[http://orgmode.org/features.html][org-mode]] in all its glory, since I just starting using it
-      
-** Things similar to Vim
-*** TODO Basic evil things
-*** TODO powerline (airline)
-*** TODO flyspell
-*** TODO flycheck (syntastic)
-*** TODO Neotree (nerdtree)
-*** TODO company (YouCompleteMe)
-
-** Things that make workflows nice
-*** TODO Magit
-*** TODO latex-preview-pane
-*** TODO flymd