Emacs: Added another theme (Gruber Darker), added a toggle for
fullscreen mode (M-RET)
This commit is contained in:
		
							parent
							
								
									802f0f4213
								
							
						
					
					
						commit
						4454fca696
					
				
					 2 changed files with 10 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -81,11 +81,16 @@ comment as a filename."
 | 
			
		|||
 | 
			
		||||
;; ## Look and feel ##
 | 
			
		||||
 | 
			
		||||
;; Theme!
 | 
			
		||||
;; Themes! I download and install the ones I like and default the one
 | 
			
		||||
;; I currently like most. This changes a lot because I hate
 | 
			
		||||
;; everything. (It's in my nature, don't judge)
 | 
			
		||||
(custom-download-theme "https://raw.github.com/owainlewis/emacs-color-themes/master/themes/hickey-theme.el"
 | 
			
		||||
                       "hickey-theme.el")
 | 
			
		||||
 | 
			
		||||
(load-theme 'hickey t)
 | 
			
		||||
(custom-download-theme "https://raw.github.com/rexim/gruber-darker-theme/master/gruber-darker-theme.el"
 | 
			
		||||
                       "gruber-darker-theme.el")
 | 
			
		||||
 | 
			
		||||
(load-theme 'gruber-darker t)
 | 
			
		||||
 | 
			
		||||
(global-hl-line-mode -1)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -131,10 +136,6 @@ comment as a filename."
 | 
			
		|||
;; Don't use Apple's native fullscreen (FIXME: Change with Mavericks)
 | 
			
		||||
(setq ns-use-native-fullscreen nil)
 | 
			
		||||
 | 
			
		||||
;; ... and then enable fullscreen. (This requires a nightly build of
 | 
			
		||||
;; Emacs for OS X)
 | 
			
		||||
;;(toggle-frame-fullscreen)
 | 
			
		||||
 | 
			
		||||
;; ## Navigation and key bindings ##
 | 
			
		||||
 | 
			
		||||
;; Navigate windows with M-<arrows>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -50,5 +50,8 @@
 | 
			
		|||
;; Seed RNG
 | 
			
		||||
(random t)
 | 
			
		||||
 | 
			
		||||
;; Add a fullscreen toggle
 | 
			
		||||
(global-set-key (kbd "M-RET") 'toggle-frame-fullscreen)
 | 
			
		||||
 | 
			
		||||
;; Start server for emacsclient
 | 
			
		||||
(server-start)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue