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 ##
 | 
					;; ## 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"
 | 
					(custom-download-theme "https://raw.github.com/owainlewis/emacs-color-themes/master/themes/hickey-theme.el"
 | 
				
			||||||
                       "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)
 | 
					(global-hl-line-mode -1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -131,10 +136,6 @@ comment as a filename."
 | 
				
			||||||
;; Don't use Apple's native fullscreen (FIXME: Change with Mavericks)
 | 
					;; Don't use Apple's native fullscreen (FIXME: Change with Mavericks)
 | 
				
			||||||
(setq ns-use-native-fullscreen nil)
 | 
					(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 ##
 | 
					;; ## Navigation and key bindings ##
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Navigate windows with M-<arrows>
 | 
					;; Navigate windows with M-<arrows>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -50,5 +50,8 @@
 | 
				
			||||||
;; Seed RNG
 | 
					;; Seed RNG
 | 
				
			||||||
(random t)
 | 
					(random t)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					;; Add a fullscreen toggle
 | 
				
			||||||
 | 
					(global-set-key (kbd "M-RET") 'toggle-frame-fullscreen)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Start server for emacsclient
 | 
					;; Start server for emacsclient
 | 
				
			||||||
(server-start)
 | 
					(server-start)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue