Remove wpc-docker.el
I have not needed this configuration in over a year.
This commit is contained in:
		
							parent
							
								
									408a25415c
								
							
						
					
					
						commit
						695ab28a6c
					
				
					 2 changed files with 0 additions and 17 deletions
				
			
		| 
						 | 
					@ -47,7 +47,6 @@
 | 
				
			||||||
;; about the issue with the `emacs-lisp' `flycheck-checker'.
 | 
					;; about the issue with the `emacs-lisp' `flycheck-checker'.
 | 
				
			||||||
;; (require 'wpc-flycheck)
 | 
					;; (require 'wpc-flycheck)
 | 
				
			||||||
(require 'wpc-shell)
 | 
					(require 'wpc-shell)
 | 
				
			||||||
(require 'wpc-docker)
 | 
					 | 
				
			||||||
(require 'wpc-lisp)
 | 
					(require 'wpc-lisp)
 | 
				
			||||||
(require 'wpc-haskell)
 | 
					(require 'wpc-haskell)
 | 
				
			||||||
(require 'wpc-reasonml)
 | 
					(require 'wpc-reasonml)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,16 +0,0 @@
 | 
				
			||||||
;;; docker.el --- Docker preferences -*- lexical-binding: t -*-
 | 
					 | 
				
			||||||
;; Author: William Carroll <wpcarro@gmail.com>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
;;; Commentary:
 | 
					 | 
				
			||||||
;; My Docker preferences and configuration
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
;;; Code:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(use-package docker
 | 
					 | 
				
			||||||
  :config
 | 
					 | 
				
			||||||
  (setenv "DOCKER_TLS_VERIFY" "1")
 | 
					 | 
				
			||||||
  (setenv "DOCKER_HOST" "tcp://10.11.12.13:2376")
 | 
					 | 
				
			||||||
  (setenv "DOCKER_MACHINE_NAME" "name"))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(provide 'wpc-docker)
 | 
					 | 
				
			||||||
;;; wpc-docker.el ends here
 | 
					 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue