chore(init): Comment out multi-term configuration
Multi-term is currently broken, I think this may be related to Emacs 26, but as I don't actively use it much I haven't investigated more.
This commit is contained in:
		
							parent
							
								
									660fc549f4
								
							
						
					
					
						commit
						dea6ece741
					
				
					 1 changed files with 11 additions and 11 deletions
				
			
		
							
								
								
									
										22
									
								
								init.el
									
										
									
									
									
								
							
							
						
						
									
										22
									
								
								init.el
									
										
									
									
									
								
							|  | @ -79,18 +79,18 @@ | ||||||
|   :bind ("C-c g" . magit-status) |   :bind ("C-c g" . magit-status) | ||||||
|   :init (setq magit-repository-directories '(("/home/vincent/projects" . 2)))) |   :init (setq magit-repository-directories '(("/home/vincent/projects" . 2)))) | ||||||
| 
 | 
 | ||||||
| (use-package multi-term | ;; (use-package multi-term | ||||||
|   :bind ("C-x t" . counsel-switch-to-term) | ;;   :bind ("C-x t" . counsel-switch-to-term) | ||||||
|   :init (progn | ;;   :init (progn | ||||||
|           ;; term-mode's attempt to use isearch is not my favourite thing in the | ;;           ;; term-mode's attempt to use isearch is not my favourite thing in the | ||||||
|           ;; world. | ;;           ;; world. | ||||||
|           (delete '("C-r" . isearch-backward) term-bind-key-alist) | ;;           (delete '("C-r" . isearch-backward) term-bind-key-alist) | ||||||
|           (delete '("C-s" . isearch-forward) term-bind-key-alist) | ;;           (delete '("C-s" . isearch-forward) term-bind-key-alist) | ||||||
| 
 | 
 | ||||||
|           (add-to-list 'term-bind-key-alist '("C-r" . term-send-reverse-search-history)) | ;;           (add-to-list 'term-bind-key-alist '("C-r" . term-send-reverse-search-history)) | ||||||
|           (add-to-list 'term-bind-key-alist '("C-c C-l" . term-line-mode)) | ;;           (add-to-list 'term-bind-key-alist '("C-c C-l" . term-line-mode)) | ||||||
|           (add-to-list 'term-bind-key-alist '("C-s" . swiper)) | ;;           (add-to-list 'term-bind-key-alist '("C-s" . swiper)) | ||||||
|           (add-to-list 'term-bind-key-alist '("C-c C-r" . term-rename)))) | ;;           (add-to-list 'term-bind-key-alist '("C-c C-r" . term-rename)))) | ||||||
| 
 | 
 | ||||||
| (use-package password-store) | (use-package password-store) | ||||||
| (use-package pg) | (use-package pg) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue