mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Fixed some compiler errors
This commit is contained in:
parent
a3680ac379
commit
eb21a01093
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
(require 'cl)
|
||||
(require 'cl-lib)
|
||||
|
||||
(setq tab-bar-show nil
|
||||
tab-bar-close-tab-select 'recent
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
(let ((wc (current-window-configuration)))
|
||||
(tab-bar-new-tab)
|
||||
(tab-bar-rename-tab (format "*scratch-%d*" my/scratch-tab-number))
|
||||
(incf my/scratch-tab-number)
|
||||
(cl-incf my/scratch-tab-number)
|
||||
(set-window-configuration wc)))
|
||||
|
||||
(defun tab-bar-jump ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue