commit 490fa4622919847e8fc019cb6e3859b45995a7e7
parent 5b59979126f9fd2ce1b2cc7009634e146f9d8382
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Sun, 19 Mar 2017 17:03:57 +0200
Move things and add agenda directories
* Move custsom-set-faces into its own block.
* Remove uneeded spaces.
* Add python source block for babel.
* Remove uneeded elfeed feeds.
Diffstat:
2 files changed, 18 insertions(+), 38 deletions(-)
diff --git a/emacs/elfeed.org b/emacs/elfeed.org
@@ -1,28 +0,0 @@
-* Feeds :elfeed:
-*** http://feeds.feedburner.com/sayeret-pod :podcast:
-*** http://feeds.feedburner.com/thetimferrissshow :podcast:
-*** http://feeds.feedburner.com/vlvtunderground?format=xml :blog:news:
-*** http://feeds.nature.com/video/rss/current :podcast:news:science:
-*** http://feeds.soundcloud.com/users/soundcloud:users:59753170/sounds.rss :podcast:philosophy:
-*** http://immoderatestoic.com/blog?format=rss :philosophy:
-*** http://immoderatestoic.com/good-fortune?format=rss :podcast:philosophy:
-*** http://paintedporch.org/feed/podcast/ :podcast:
-*** http://planetpython.org/rss20.xml :news:python:
-*** http://podcastinit.podbean.com/feed/ :podcast:python:
-*** http://pythontesting.net/feed/podcast :python:podcast:
-*** http://rss.acast.com/nature :podcast:news:science:
-*** http://status451.com/feed/ :asjw:
-*** http://www.casualvillain.com/Unsounded/feed/ :comics:
-*** http://www.haaretz.co.il/cmlink/author-rss-1.680941/1.639 :news:
-*** http://www.haaretz.co.il/cmlink/author-rss-1.680941/1.681400 :news:
-*** http://www.haaretz.co.il/cmlink/author-rss-1.680941/1.723 :news:
-*** http://www.haaretz.co.il/cmlink/author-rss-1.680941/1.850 :news:
-*** http://www.haskellcast.com/feed.xml :podcast:programming:
-*** http://www.peppercarrot.com/feed/en/rss :comics:
-*** http://www.rifters.com/crawl/?feed=rss2 :blog:science:scifi:
-*** http://www.the7eye.org.il/feed/ :news:
-*** http://xkcd.com/rss.xml :comics:
-*** https://blogs.exeter.ac.uk/stoicismtoday/comments/feed/ :philosophy:comments:
-*** https://blogs.exeter.ac.uk/stoicismtoday/feed/ :philosophy:
-*** https://rubinreport.libsyn.com/rss :podcast:currentevents:
-*** https://talkpython.fm/episodes/rss :podcast:programming:python:
diff --git a/emacs/myinit.org b/emacs/myinit.org
@@ -14,6 +14,14 @@
word-wrap t)
#+END_SRC
+*** Custom face
+
+#+BEGIN_SRC emacs-lisp
+ (custom-set-faces
+ '(aw-leading-char-face
+ ((t (:inherit ace-jump-face-foreground :height 3.0)))))
+#+END_SRC
+
*** Customize keys
#+BEGIN_SRC emacs-lisp
@@ -71,13 +79,9 @@
** ace-window-mode
#+BEGIN_SRC emacs-lisp
-(req-package ace-window
- :init
- (progn
- (global-set-key [remap other-window] 'ace-window)
- (custom-set-faces
- '(aw-leading-char-face
- ((t (:inherit ace-jump-face-foreground :height 3.0)))))))
+ (req-package ace-window
+ :init
+ (global-set-key [remap other-window] 'ace-window))
#+END_SRC
** tabber-mode
@@ -145,7 +149,11 @@ Brings up some help in the middle of a key sequence.
org-hide-leading-stars t
org-startup-folded (quote overview)
org-startup-indented t
- org-agenda-files (list "~/mine/orgmode/" org-directory))
+ org-agenda-files (list
+ "~/foo/my-org-mode-notes/"
+ "~/mine/orgmode/"
+ "~/mine/syncthing/sg3/shared/orgmode/"
+ "~/mine/syncthing/sg3/shared/orgzly/"))
(add-to-list
'org-babel-tangle-lang-exts
@@ -154,6 +162,7 @@ Brings up some help in the middle of a key sequence.
(org-babel-do-load-languages
'org-babel-load-languages
'((ipython . t)
+ (python . t)
(emacs-lisp . t)))
(add-hook 'org-babel-after-execute-hook
@@ -163,7 +172,7 @@ Brings up some help in the middle of a key sequence.
(defun org-babel-tangle-block ()
(interactive)
(let ((current-prefix-arg '(4)))
- (call-interactively 'org-babel-tangle)))
+ (call-interactively 'org-babel-tangle)))
:bind ("C-c b" . org-babel-tangle-block))
#+END_SRC
@@ -382,7 +391,6 @@ should try first.
(global-company-mode))
#+END_SRC
-
** Communication
*** IRC
**** ERC