Browse Source

Update

master
10sr 3 years ago
parent
commit
790364e47b
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
2 changed files with 6 additions and 2 deletions
  1. +2
    -2
      emacs.el
  2. +4
    -0
      profile

+ 2
- 2
emacs.el View File

@@ -387,14 +387,14 @@ Otherwize hook it."
(setq-default major-mode 'text-mode)
(setq next-line-add-newlines nil)
(setq kill-read-only-ok t)
;; (setq truncate-partial-width-windows nil) ; when splitted horizontally
;; (setq-default line-spacing 0.2)
(setq-default indicate-empty-lines t) ; when using x indicate empty line
;; (setq-default tab-width 4)
(setq-default indent-tabs-mode nil)
(setq-default indent-line-function 'indent-to-left-margin)
;; (setq-default indent-line-function nil)
(setq-default truncate-lines nil)
(setq-default truncate-lines t)
;; (setq truncate-partial-width-windows nil) ; when splitted horizontally
;; (pc-selection-mode 1) ; make some already defined keybind back to default
(delete-selection-mode 1)
(cua-mode 0)


+ 4
- 0
profile View File

@@ -126,6 +126,10 @@ export PIPENV_VENV_IN_PROJECT=1
export PIPENV_MAX_DEPTH=10 # Defaults to 3
# Required when pipenv has been installed within pipx environment
export PIPENV_IGNORE_VIRTUALENVS=1
if test -f "$HOME"/.brew/bin/python3
then
export PIPX_DEFAULT_PYTHON="$HOME"/.brew/bin/python3
fi

export STARDICT_DATA_DIR=$HOME/.brew/share/sdcv-dict-oxford



Loading…
Cancel
Save