From 6a5d2045462a0c4e7b3558739d4eaffdeaf2c606 Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Tue, 15 Oct 2019 20:34:42 +0200 Subject: [PATCH] updates --- .dockerfunc | 3 +-- .path | 2 +- .spacemacs | 4 +++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.dockerfunc b/.dockerfunc index e61ad49..b5955e4 100755 --- a/.dockerfunc +++ b/.dockerfunc @@ -659,7 +659,7 @@ tinc() { torbrowser() { del_stopped torbrowser - docker run -d \ + docker run \ -v /etc/localtime:/etc/localtime:ro \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e DISPLAY=unix$DISPLAY \ @@ -669,7 +669,6 @@ torbrowser() { --name torbrowser \ ${DOCKER_REPO_PREFIX}/tor-browser - exit 0; } transmission() { diff --git a/.path b/.path index 31b9093..f0c0a3f 100644 --- a/.path +++ b/.path @@ -1,4 +1,4 @@ #export GOROOT=/usr/local/go/bin -export GOPATH=/home/fschl/projects/go_projects +# export GOPATH=/home/fschl/projects/go_projects export PATH=${PATH}:/usr/local/go/bin:${GOPATH}/bin \ No newline at end of file diff --git a/.spacemacs b/.spacemacs index c6405e4..ed5436f 100644 --- a/.spacemacs +++ b/.spacemacs @@ -322,7 +322,9 @@ you should place your code here." (setq powerline-default-separator 'nil) (setq dired-listing-switches "-alh") (setq-default dotspacemacs-configuration-layers - '((auto-completion :variables + '(( + rust + rustauto-completion :variables auto-completion-enable-snippets-in-popup t auto-completion-enable-help-tooltip t))) )