Change directory structure

This commit is contained in:
Tobias Ostner 2024-12-28 11:13:47 +01:00
parent 8f5cba33ae
commit cd825ea3e6
16 changed files with 0 additions and 0 deletions

View file

@ -1,7 +0,0 @@
(defun to/xcode-info ()
(interactive)
(let ((buffer "*Xcode info*"))
(shell-command "system_profiler SPDeveloperToolsDataType" buffer buffer)
(with-current-buffer buffer
(view-mode +1)
(select-window (get-buffer-window buffer)))))