mirror of
				https://github.com/larstvei/dot-emacs.git
				synced 2025-11-04 01:20:11 +00:00 
			
		
		
		
	Use drag-stuff
This commit is contained in:
		
							parent
							
								
									75ed841465
								
							
						
					
					
						commit
						d69b4a86fd
					
				
							
								
								
									
										2
									
								
								init.org
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								init.org
									
									
									
									
									
								
							@ -165,6 +165,7 @@
 | 
				
			|||||||
             company              ; Modular text completion framework
 | 
					             company              ; Modular text completion framework
 | 
				
			||||||
             define-word          ; display the definition of word at point
 | 
					             define-word          ; display the definition of word at point
 | 
				
			||||||
             diminish             ; Diminished modes from modeline
 | 
					             diminish             ; Diminished modes from modeline
 | 
				
			||||||
 | 
					             drag-stuff           ; Drag stuff around in Emacs
 | 
				
			||||||
             expand-region        ; Increase selected region by semantic units
 | 
					             expand-region        ; Increase selected region by semantic units
 | 
				
			||||||
             focus                ; Dim color of text in surrounding sections
 | 
					             focus                ; Dim color of text in surrounding sections
 | 
				
			||||||
             idle-require         ; load elisp libraries while Emacs is idle
 | 
					             idle-require         ; load elisp libraries while Emacs is idle
 | 
				
			||||||
@ -358,6 +359,7 @@
 | 
				
			|||||||
   (dolist (mode
 | 
					   (dolist (mode
 | 
				
			||||||
            '(abbrev-mode                  ; E.g. sopl -> System.out.println
 | 
					            '(abbrev-mode                  ; E.g. sopl -> System.out.println
 | 
				
			||||||
              column-number-mode           ; Show column number in mode line
 | 
					              column-number-mode           ; Show column number in mode line
 | 
				
			||||||
 | 
					              drag-stuff-global-mode       ; Drag stuff around
 | 
				
			||||||
              global-company-mode          ; Auto-completion everywhere
 | 
					              global-company-mode          ; Auto-completion everywhere
 | 
				
			||||||
              global-git-gutter-mode       ; Show changes latest commit
 | 
					              global-git-gutter-mode       ; Show changes latest commit
 | 
				
			||||||
              global-prettify-symbols-mode ; Greek letters should look greek
 | 
					              global-prettify-symbols-mode ; Greek letters should look greek
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user