Extends indentation configuration
This commit is contained in:
		
							parent
							
								
									c3ff91d35e
								
							
						
					
					
						commit
						4a872bbe7c
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -118,8 +118,6 @@
 | 
			
		|||
(set-default 'truncate-lines t)
 | 
			
		||||
(setq truncate-partial-width-windows nil)
 | 
			
		||||
 | 
			
		||||
(setq css-indent-offset 2)
 | 
			
		||||
(setq js-indent-level 2)
 | 
			
		||||
 | 
			
		||||
;; Window Auto-Balancing
 | 
			
		||||
(defadvice split-window-below (after restore-balanace-below activate)
 | 
			
		||||
| 
						 | 
				
			
			@ -644,6 +642,12 @@
 | 
			
		|||
(setq-default line-spacing 4)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
;; Default spaces indentation
 | 
			
		||||
(setq css-indent-offset 2)
 | 
			
		||||
(setq js-indent-level 2)
 | 
			
		||||
(setq sh-basic-offset 2)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
;; Add transparency
 | 
			
		||||
(set-frame-parameter (selected-frame) 'alpha '(100 . 100))
 | 
			
		||||
(add-to-list 'default-frame-alist '(alpha . (100 . 100)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue