Remove leftover tako references
This commit is contained in:
parent
bf370f5dd6
commit
74e9ff464c
4 changed files with 0 additions and 7 deletions
|
|
@ -11,7 +11,6 @@
|
|||
~/.config/hg: hg/
|
||||
~/.config/kak: kak/
|
||||
~/.config/nvim: neovim/
|
||||
~/.config/tako: tako/
|
||||
~/.config/task: task/
|
||||
~/.config/user-dirs.dirs: etc/user-dirs.dirs
|
||||
~/.config/zsh: zsh/
|
||||
|
|
|
|||
|
|
@ -106,9 +106,6 @@
|
|||
(comment-dwim arg)))
|
||||
(global-set-key "\M-;" 'comment-dwim-line)
|
||||
|
||||
;; tako
|
||||
(add-to-list 'auto-mode-alist '("\\.tako\\'" . python-mode))
|
||||
|
||||
(require 'markdown-mode)
|
||||
(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode))
|
||||
|
||||
|
|
|
|||
|
|
@ -205,8 +205,6 @@ let g:better_whitespace_filetypes_blacklist=[]
|
|||
let g:strip_whitespace_on_save=1
|
||||
let g:strip_whitespace_confirm=0
|
||||
|
||||
autocmd BufNewFile,BufRead *.tako set filetype=python
|
||||
|
||||
map <silent> <leader>t :NERDTreeToggle<CR>
|
||||
noremap <silent> <leader>a :NERDTreeFind<CR>
|
||||
noremap <leader>m :NERDTreeFind<Space>
|
||||
|
|
|
|||
1
notes
1
notes
|
|
@ -1,7 +1,6 @@
|
|||
Configs that support having a local untracked import:
|
||||
* polybar
|
||||
* qutebrowser
|
||||
* tako
|
||||
|
||||
Post-install things:
|
||||
* Create neovim2 and neovim3 virtualenvs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue