Emacs PKGBUILD Mode
- Remove `RESULTS` section that was inserted by org mode - Add `pkgbuild-mode` to emacs
This commit is contained in:
		@@ -772,8 +772,6 @@ If you use =org= and don't want your org files in the default location below, ch
 | 
				
			|||||||
    :i "TAB" #'cdlatex-tab)
 | 
					    :i "TAB" #'cdlatex-tab)
 | 
				
			||||||
#+END_SRC
 | 
					#+END_SRC
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#+RESULTS:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
*** File Extension Mode Association
 | 
					*** File Extension Mode Association
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#+BEGIN_SRC emacs-lisp :tangle config.el
 | 
					#+BEGIN_SRC emacs-lisp :tangle config.el
 | 
				
			||||||
@@ -923,4 +921,5 @@ Doom's packages are pinned to a specific commit and updated from release to rele
 | 
				
			|||||||
(package! prettier-js)
 | 
					(package! prettier-js)
 | 
				
			||||||
(package! rainbow-mode)
 | 
					(package! rainbow-mode)
 | 
				
			||||||
(package! systemd)
 | 
					(package! systemd)
 | 
				
			||||||
 | 
					(package! pkgbuild-mode)
 | 
				
			||||||
#+END_SRC
 | 
					#+END_SRC
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,3 +7,4 @@
 | 
				
			|||||||
(package! prettier-js)
 | 
					(package! prettier-js)
 | 
				
			||||||
(package! rainbow-mode)
 | 
					(package! rainbow-mode)
 | 
				
			||||||
(package! systemd)
 | 
					(package! systemd)
 | 
				
			||||||
 | 
					(package! pkgbuild-mode)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user