org-babel-clojure
This commit is contained in:
		
							parent
							
								
									bd4bfbfacf
								
							
						
					
					
						commit
						dcff9be5aa
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -4,8 +4,6 @@
 | 
				
			||||||
(defun notes-file (f)
 | 
					(defun notes-file (f)
 | 
				
			||||||
  (concat org-directory (if (string-prefix-p "/" f) "" "/") f))
 | 
					  (concat org-directory (if (string-prefix-p "/" f) "" "/") f))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(require 'org-mu4e)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(setq
 | 
					(setq
 | 
				
			||||||
 org-directory (expand-file-name "~/notes")
 | 
					 org-directory (expand-file-name "~/notes")
 | 
				
			||||||
 +org-dir (expand-file-name "~/notes")
 | 
					 +org-dir (expand-file-name "~/notes")
 | 
				
			||||||
| 
						 | 
					@ -88,4 +86,6 @@
 | 
				
			||||||
   ("r" "Running jobs" todo "RUNNING")
 | 
					   ("r" "Running jobs" todo "RUNNING")
 | 
				
			||||||
   ("w" "@Work" tags-todo "@work")
 | 
					   ("w" "@Work" tags-todo "@work")
 | 
				
			||||||
   ("n" . "Next...")
 | 
					   ("n" . "Next...")
 | 
				
			||||||
   ("np" "Next Sprint" tags-todo "next_sprint|sprint_planning")))
 | 
					   ("np" "Next Sprint" tags-todo "next_sprint|sprint_planning"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 org-babel-clojure-backend 'cider)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue