reorganized files

这个提交包含在:
Phuntsok Drak-pa 2019-09-26 20:49:23 +02:00
父节点 6187accec5
当前提交 a918e51e87
共有 20 个文件被更改,包括 10 次插入6 次删除

查看文件

@ -4,7 +4,7 @@ function cnew -d "Create new C11 project"
for item in $argv
switch "$item"
case -h --help
man ~/dotfiles/fishfunctions/cnew.man
man ~/dev/fishfunctions/cnew.man
return 0
case '*'
set projname $item

查看文件

@ -9,7 +9,7 @@ function cppnew -d "Create new C++17 project" --argument-names 'projectname'
set conanproj "true"
set conanprojname $value
case -h --help
man ~/dotfiles/fishfunctions/cppnew.man
man ~/dev/fishfunctions/cppnew.man
return 0
case '*'
set projname $item

7
.gitmodules vendored
查看文件

@ -5,8 +5,11 @@
path = tmux
url = https://github.com/gpakosz/.tmux.git
[submodule "spacemacs-layers/conlanging"]
path = spacemacs-layers/conlanging
path = .emacs.d/private/conlanging
url = https://labs.phundrak.fr/phundrak/conlang-layer.git
[submodule "spacemacs-layers/w3m"]
path = spacemacs-layers/w3m
path = .emacs.d/private/w3m
url = https://github.com/venmos/w3m-layer.git
[submodule "spacemacs"]
path = .emacs.d
url = https://github.com/syl20bnr/spacemacs

查看文件

@ -577,7 +577,7 @@ See the header of this file for more information."
(defun dotspacemacs/user-init ()
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(load "~/dotfiles/private/private_emacs.el")
(load "~/private/private_emacs.el")
(require 'org-id)
(require 'package)
(require 'ox-latex)
@ -1216,7 +1216,7 @@ This function is called at the very end of Spacemacs initialization."
'(ansi-color-names-vector
["black" "red3" "ForestGreen" "yellow3" "blue" "magenta3" "DeepSkyBlue" "gray50"])
'(default-input-method "ipa-x-sampa")
'(eshell-aliases-file "/home/phundrak/dotfiles/eshell-alias")
'(eshell-aliases-file "/home/phundrak/.emacs.d/private/eshell-alias")
'(evil-want-Y-yank-to-eol nil)
'(fci-rule-color "#5B6268")
'(hl-todo-keyword-faces

1
.tmux.conf 符号链接
查看文件

@ -0,0 +1 @@
tmux/.tmux.conf