I edit blocks all the time, so let's reuse the window
This commit is contained in:
		
							parent
							
								
									a19b0a984c
								
							
						
					
					
						commit
						e6d1e06f07
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
					@ -326,10 +326,12 @@ I might replace my code with the [[https://github.com/benmaughan/spotlight.el][s
 | 
				
			||||||
I use [[https://orgmode.org/worg/org-contrib/babel/intro.html][org-babel]] (obviously) and don’t need confirmation before evaluating a block:
 | 
					I use [[https://orgmode.org/worg/org-contrib/babel/intro.html][org-babel]] (obviously) and don’t need confirmation before evaluating a block:
 | 
				
			||||||
#+name: ob-configuration
 | 
					#+name: ob-configuration
 | 
				
			||||||
#+begin_src emacs-lisp :tangle no
 | 
					#+begin_src emacs-lisp :tangle no
 | 
				
			||||||
    (setq org-confirm-babel-evaluate nil
 | 
					  (setq org-confirm-babel-evaluate nil
 | 
				
			||||||
          org-src-fontify-natively t
 | 
					        org-src-fontify-natively t
 | 
				
			||||||
          org-src-tab-acts-natively t)
 | 
					        org-src-tab-acts-natively t
 | 
				
			||||||
 | 
					        org-src-window-setup 'current-window)
 | 
				
			||||||
#+end_src
 | 
					#+end_src
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Whenever I edit Emacs Lisp blocks from my tangle-able configuration files, I get a lot of superfluous warnings. Let's turn them off.
 | 
					Whenever I edit Emacs Lisp blocks from my tangle-able configuration files, I get a lot of superfluous warnings. Let's turn them off.
 | 
				
			||||||
#+name: no-flycheck-in-org
 | 
					#+name: no-flycheck-in-org
 | 
				
			||||||
#+begin_src emacs-lisp :tangle no
 | 
					#+begin_src emacs-lisp :tangle no
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue