Enable FIDO, global set tab-bar and tab-line config

This commit is contained in:
Marcus Kammer 2023-10-01 11:23:04 +02:00
parent b7f5657585
commit 74918848fd
Signed by: marcuskammer
GPG key ID: C374817BE285268F
4 changed files with 21 additions and 19 deletions

View file

@ -110,3 +110,12 @@
(vertical-scroll-bars)))
(setq mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
(require 'ido)
(setq ido-enable-flex-matching t)
(setq ido-everywhere t)
(setq ido-create-new-buffer 'always)
;(setq ido-file-extensions-order '(".org" ".lisp" ".py" ".txt" ".el" ".epub"))
(ido-mode t)
(fido-mode 1) ; replace icomplete mode

View file

@ -52,10 +52,14 @@
("leo.org" . [simple-query "dict.leo.org" "https://dict.leo.org/german-english/" ""]))
webjump-sample-sites)))
(use-package tab-bar
:ensure nil
:init (setq tab-bar-mode nil)
:custom
(tab-bar-format
(setq tab-bar-format
'(tab-bar-format-history
tab-bar-format-tabs-groups)))
tab-bar-format-tabs-groups))
(global-set-key (kbd "M-[") 'tab-bar-history-back)
(global-set-key (kbd "M-]") 'tab-bar-history-forward)
(tab-bar-mode 1)
(setq tab-line-close-button-show nil)
(setq tab-line-new-button-show nil)
(setq tab-line-tabs-function 'tab-line-tabs-mode-buffers)
(global-tab-line-mode 1)

View file

@ -569,13 +569,6 @@
(use-package restclient)
(require 'ido)
(setq ido-enable-flex-matching t)
(setq ido-everywhere t)
(setq ido-create-new-buffer 'always)
(setq ido-file-extensions-order '(".org" ".lisp" ".py" ".txt" ".el" ".epub"))
(ido-mode t)
(load "bundle--irc")
(load "bundle--news")
(load "bundle--email")

View file

@ -47,8 +47,7 @@
'(latex-run-command "xelatex")
'(line-spacing nil)
'(message-user-organization "")
'(org-agenda-files
'("agenda/journal.org" "agenda/meetings.org" "agenda/tasks.org" "agenda/logbook.org" "agenda/appointments.org"))
'(org-agenda-files '("~/Documents/org/agenda/"))
'(org-babel-python-command "python3")
'(org-directory "~/Documents/org/")
'(org-modules
@ -63,9 +62,6 @@
'(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True")
'(scroll-bar-mode nil)
'(scroll-step 5)
'(tab-bar-format
'(tab-bar-format-history tab-bar-format-tabs-groups tab-bar-separator tab-bar-format-add-tab tab-bar-format-align-right))
'(tab-bar-mode nil)
'(tetris-x-colors
[[229 192 123]
[97 175 239]