;; (use-package counsel ;; :bind (("C-M-j" . 'counsel-switch-buffer) ;; :map minibuffer-local-map ;; ("C-r" . 'counsel-minibuffer-history)) ;; :custom ;; (counsel-linux-app-format-function #'counsel-linux-app-format-function-name-only) ;; :config ;; (counsel-mode 1)) ;; (use-package ivy ;; :bind (("C-s" . swiper)) ;; :init ;; (ivy-mode 1)) ;; (use-package unicode-fonts ;; :config ;; (unicode-fonts-setup)) (load "bundle--all-the-icons") (load "bundle--olivetti") (load "bundle--shrface") (load "bundle--doom") (load "bundle--helpful") (load "bundle--webjump") (use-package ace-window) (use-package rainbow-delimiters :hook (prog-mode . rainbow-delimiters-mode)) (use-package emojify :commands emojify-mode) (use-package smartparens)